ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Unable to locate package ros-groovy-desktop-full error on fresh precise

asked 2013-02-11 12:41:05 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I have a fresh install of precise that does not find the ros package even though the same apt-get command works find on a non-fresh ubuntu precise system.

When I use cat /etc/apt/sources.list, the following shows up:

See http//help.ubuntu.com/community/UpgradeNotes for how to upgrade to newer versions of the distribution.

deb http//ports.ubuntu.com/ubuntu-ports/ precise main restricted universe multiverse deb-src http//ports.ubuntu.com/ubuntu-ports/ precise main restricted universe multiverse

Major bug fix updates produced after the final release of the distribution. deb http//ports.ubuntu.com/ubuntu-ports/ precise-updates main restricted universe multiverse deb-src http//ports.ubuntu.com/ubuntu-ports/ precise-updates main restricted universe multiverse

Uncomment the following two lines to add software from the 'universe' repository. N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu team. Also, please note that software in universe WILL NOT receive any review or updates from the Ubuntu security team. deb http//ports.ubuntu.com/ubuntu-ports/ precise universe deb-src http//ports.ubuntu.com/ubuntu-ports/ precise universe deb http//ports.ubuntu.com/ubuntu-ports/ precise-updates universe deb-src http//ports.ubuntu.com/ubuntu-ports/ precise-updates universe

N.B. software from this repository may not have been tested as extensively as that contained in the main release, although it includes newer versions of some applications which may provide useful features. Also, please note that software in backports WILL NOT receive any review or updates from the Ubuntu security team. deb http//ports.ubuntu.com/ubuntu-ports/ precise-backports main restricted deb-src http//ports.ubuntu.com/ubuntu-ports/ precise-backports main restricted

Note that the colon in the web addresses has been removed to allow myself to post the contents.

I have updated my keys and apt-get database per the installation wiki's instructions. I do not know what else is going wrong.

edit retag flag offensive close merge delete

Comments

Please note that there is no installation of ROS already on this machine. This error occurs while trying to install it with the command: sudo apt-get install ros-groovy-desktop-full

Drendude gravatar image Drendude  ( 2013-02-11 13:32:17 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-04-28 07:24:47 -0500

Beel gravatar image

updated 2013-05-27 16:58:39 -0500

tfoote gravatar image

There is a problem in the ROS repository. So you need to set up your repository to

deb http://packages.ros.org/ahendrix-mirror/ubuntu precise main

You will also need to use a different package name, because "ros-diamondback-desktop-full" is not in the repositories.

* Warning: I do not know the differences between the packages below, and ros-diamondback *

I am able to install ros-groovy-ros or ros-groovy-ros-full Maybe those packages will work for you.

edit flag offensive delete link more
0

answered 2013-02-11 12:59:14 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Well, ROS is not actually going to be found in that list.

It is found here, as you can see:

allenh1@muri-pc7:~$ cd /etc/apt/sources.list.d/ && ls | grep ros
ros-latest.list
ros-latest.list.distUpgrade
ros-latest.list.save

As apposed to in the sources list. So, just reinstall ROS (if the above command gives no output). Hope this was of use!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-11 12:41:05 -0500

Seen: 4,235 times

Last updated: May 27 '13