PDA

View Full Version : [ubuntu] Package manger problem



Maxiejoe
March 3rd, 2013, 10:19 PM
When I try to run package manager the message appears. An resolvable problem occurred while initializing the package information. 'e:Encountered a section with no Package:header, E problem with Mergelist/var/lib/apt/lists/security.ubuntu.com_ubuntu_dist_precise-security_multiverse_multiverse_binary-1386_packages, E: The package lists or status file could not be parsed or opened.'

I am using 10.04 ubuntu

Also the ununtu software center will not open. Thanks for any help.

plucky
March 4th, 2013, 06:36 PM
When I try to run package manager the message appears. An resolvable problem occurred while initializing the package information. 'e:Encountered a section with no Package:header, E problem with Mergelist/var/lib/apt/lists/security.ubuntu.com_ubuntu_dist_precise-security_multiverse_multiverse_binary-1386_packages, E: The package lists or status file could not be parsed or opened.'

I am using 10.04 ubuntu

Also the ununtu software center will not open. Thanks for any help.

Open a terminal and run
sudo rm /var/lib/apt/lists/* -vf to delete all the list files and then run
sudo apt-get update to reload the list files.

Good Luck

Maxiejoe
March 4th, 2013, 09:39 PM
Open a terminal and run
sudo rm /var/lib/apt/lists/* -vf to delete all the list files and then run
sudo apt-get update to reload the list files.

Good Luck

Thanks alot, it did work and is now running fine......Problem solved