How to Fix “Problem with MergeList” Issue in Ubuntu

Spread the love

When you are running an update in Ubuntu, there are plenty of problems that could possibly occur. One of them is the “Problem with MergeList… The package lists or status file could not be parsed or opened.“. There can be causes for this, and one of them is probably due to too many repositories in your system.

The fix for this is very simple. Simply run the following commands in the terminal:

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

What the above commands did is to remove all the package lists in your system and re-fetch them with the system update command.

Note: Make sure all other package managers are closed before you run the above commands, or else it won’t work.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time. Subscribe


Damien Oh

Damien Oh started writing tech articles since 2007 and has over 10 years of experience in the tech industry. He is proficient in Windows, Linux, Mac, Android and iOS, and worked as a part time WordPress Developer. He is currently the owner and Editor-in-Chief of Make Tech Easier.

Comments (1)