PDA

View Full Version : [ubuntu] error occurred while RUNNING UPDATE MANAGER



AKHOURI
January 12th, 2011, 11:07 AM
i am new to ubuntu and it was working fine till few hours ago..

update manger is showing following error message

----------------------------------------------------------

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/archive.canonical.com_ubuntu_dists_maverick_partne r_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'

-----------------------------------
PLZ HELP...:(

Rubi1200
January 12th, 2011, 07:30 PM
Hi and welcome to the forums :)

Go to Applications > Accessories > Terminal and run these commands:


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

sudo apt-get update

Hopefully, this will sort it out.

hansolo4949
January 12th, 2011, 08:41 PM
You should also run sudo apt-get upgrade.

DrPeter_Kille
January 22nd, 2011, 08:09 PM
I have experienced the same error with update manager on Ubuntu 10.10 and tried many of the other posted solutions but hansolo4949 fix was the only one that worked....

Many Thanks :D