PDA

View Full Version : [ubuntu] unable to run update manager



p-nasa
November 7th, 2013, 04:13 AM
Hi All,

I have v 12.04 installed. When I am running update manager the following error message is appearing:

Could not initialize the package information

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_universe_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'

Could anyone please suggest the solution.

best regards,
parveen

Bashing-om
November 7th, 2013, 05:14 AM
p-nasa; Hi ! Welcome to the forum.

Try this and advise the results:
Terminal codes:


sudo rm /var/lib/apt/lists/* -vf
sudo mkdir -pv /var/lib/apt/lists/partial
sudo apt-get update
sudo apt-get upgrade


Where it is suspected the index files have become corrupted (rm), "mkdir" puts a directory back inplace, "update" rebuilds the indexes, and "upgrade" updates the installed packages.



just try'n to help

p-nasa
November 7th, 2013, 07:29 AM
Dear Friend,

It solved the problem!!
Thanks for the quick help.

best regards,
parveen

bapoumba
November 7th, 2013, 09:41 AM
@ p-nasa : please mark your thread as solved (in the "Thread Tools" menu), thanks.