update manager E: Encountered a section with no Package: header

Asked by Otom

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Ian Ace
Solved:
Last query:
Last reply:
Revision history for this message
Best Ian Ace (iaculallad) said :
#1

This error usually occur when trying to install packages from the Terminal. To get away with this, open the Terminal and do:

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

then

sudo apt-get update && sudo apt-get upgrade

HTH.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2
Revision history for this message
Manfred Hampl (m-hampl) said :
#3
Revision history for this message
Otom (tshelby000) said :
#4

Thanks Ian Ace, that solved my question.