Ubuntu problem

Soldato
Joined
16 Oct 2007
Posts
7,480
Location
UK
dear all,

im having a problem with ubuntu..
i dont think i've changed or done anything, but whenever i try to use the package manager, it says

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

W: Encountered status field in a non-version description



any ideas?
thank you!
 
edit: scrub that... not really a good idea.

Here's a better suggestion...

copy /var/lib/dpkg/status somewhere else temporarily....

sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-borked

replace status with a version Ubuntu backed up automagically called status-old...

sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status

run an apt-get update command to see if it worked...

sudo apt-get update
 
Last edited:
Back
Top Bottom