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

I can't install ros at the first step!

asked 2013-03-18 22:02:07 -0500

bobliao gravatar image

I follow the instruction: 1.on Ubuntu 11.10 (Oneiric)

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu oneiric main" > /etc/apt/sources.list.d/ros-latest.list'

2.Set up my keys:

wget http://packages.ros.org/ros.key -O - | sudo apt-key add -

3.sudo apt-get update

However ,it doesn't work:

Get:75 http://mirror.bjtu.edu.cn oneiric-security/restricted Translation-en [978 B]
Get:76 http://mirror.bjtu.edu.cn oneiric-security/universe Translation-en [45.9 kB]
Fetched 19.7 MB in 11s (1,657 kB/s)                                            
W: Failed to fetch gzip:/var/lib/apt/lists/partial/packages.ros.org_ros_ubuntu_dists_oneiric_main_binary-i386_Packages  Hash Sum mismatch

I have try to clean the /var/lib/apt/lists,but it doesn't work.

I installed fuerte several months ago,and this time I even can't install the ros!

This problem have bothered me a month....

edit retag flag offensive close merge delete

Comments

what if you disable the bjtu.edu.cn source from your sources?

gustavo.velascoh gravatar image gustavo.velascoh  ( 2013-03-19 06:16:39 -0500 )edit

it doesn't work.

bobliao gravatar image bobliao  ( 2013-03-19 18:35:00 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-05-27 09:28:15 -0500

tfoote gravatar image

This is likely an issue with the mirror you are using. I suggest trying the main repositories or else contact your mirror administrator.

edit flag offensive delete link more
1

answered 2013-03-19 01:50:39 -0500

this post is marked as community wiki

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

Try:

sudo apt-get clean
sudo apt-get update

to clean the repositories. Please comment or reply if it worked.

edit flag offensive delete link more

Comments

No,I try it ,but it doesn't work , I have also reinstall the ubuntu three times ,but failed

bobliao gravatar image bobliao  ( 2013-03-19 03:34:02 -0500 )edit

Question Tools

Stats

Asked: 2013-03-18 22:02:07 -0500

Seen: 848 times

Last updated: May 27 '13