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

problem to install ros-groovy-ros-tutorials

asked 2013-01-31 02:55:05 -0500

this post is marked as community wiki

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

Hi. I'm beginner. plz help

mohsen@mohsen-ThinkPad-R500:~/catkin_ws$ sudo apt-get install ros-groovy-ros-tutorials

my error:

Reading package lists... Error!

E: Encountered a section with no Package: header

E: Problem with MergeList /var/lib/apt/lists /extras.ubuntu.com_ubuntu_dists_precise_main_binary-i386_Packages

E: The package lists or status file could not be parsed or opened.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-01-31 03:35:20 -0500

this post is marked as community wiki

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

i did it.run these two commands and it should get you fixed up.

sudo rm /var/lib/apt/lists/* -vf

The first command will remove the damaged list and when you run the second command it will replace it with a new list.

sudo apt-get update

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-31 02:55:05 -0500

Seen: 341 times

Last updated: Mar 04 '13