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

Revision history [back]

click to hide/show revision 1
initial version

Looks like from the error message you are looking at installation instruction for Ubuntu, not the one for Mac OSX.

Looks like from the error message you are looking at installation instruction for Ubuntu, not the one for Mac OSX.

UPDATE: That seems Ubuntu problem that doesn't necessarilly pertain to ROS. Referring to e.g. this QA and looking specifically at your errors, you may want to do:

rm /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_source_Sources
rm /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_Packages
rm /var/lib/apt/lists/packages.ros.org_ros_ubuntu_dists_precise_main_binary-i386_Packages

Looks like from the error message you are looking at installation instruction for Ubuntu, not the one for Mac OSX.

UPDATE: That seems Ubuntu problem that doesn't necessarilly pertain to ROS. Referring to e.g. this QA and looking specifically at your errors, you may want to do:

rm /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_source_Sources
rm /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_Packages
rm /var/lib/apt/lists/packages.ros.org_ros_ubuntu_dists_precise_main_binary-i386_Packages
apt-get update

And try installation again.