'E:Encountered a section with no Package: header, E:Problem with MergeList
- Keywords:
- update-manager
- Last updated by:
- Manfred Hampl
When you try to update your system with update-manager or synaptic or apt-get or ... you receive the error message
E:Encountered a section with no Package: header,
E:Problem with MergeList /var/lib/
E:The package lists or status file could not be parsed or opened.
(The filename /var/lib/
This is caused by a problem in the local storage of the package directory.
There is a command that clears up all locally stored lists (which is part of the https:/
Open a terminal (ctrl-alt-t) end execute these three commands:
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/
In most cases executing these commands solves the problem, and updating the system works again.