How to test packages with Groovy Beta?
I would like to test some of my packages with Groovy Beta under Ubuntu 12.10.
I followed the instructions reported here, however it seems to be incomplete. Especially, what does mean:
Make sure you have re-indexed the ROS.org server
I tried to setup the sources list in the following way, however when I type sudo apt-get install ros-...
it doesn't found any ros package.
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu quantal main" > /etc/apt/sources.list.d/ros-latest.list
I tried to access http://packages.ros.org/ros/ubuntu/quantal/main and the distros seems to be there.
How can I install Groovy beta?
The
apt-get update
simply makes sure you have an up to date Debian package index.