Package manager broken.

Asked by Nick

My package manager broke the other day. I now just have a red stop sign on the task bar. The error upon starting the package manager is:

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

Any help gratefully received by this ubuntu novice.

Cheers,
Nick

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Soul-Sing
Solved:
Last query:
Last reply:
Revision history for this message
Best Soul-Sing (soulzing) said :
#1

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

Revision history for this message
Nick (njd2) said :
#2

thanks, solved!