Report this

What is the reason for this report?

How to fix problem with sudo apt-get update

Posted on January 31, 2016

When I try to run sudo apt-get update on my ubuntu 14.04 droplet I get the error…

Reading package lists... Error!                                                
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/mirrors.digitalocean.com_ubuntu_dists_trusty_universe_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.

I have taken no steps so far as I have no clue where to start. Any sort of advice or idea as to what the problem could be is welcome.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Generally, you should be able to resolve that error by removing the cached package list files and redownload them. This can be done with:

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

Let us know if that helps!

i have tried all the options to fix this error , but still i am facing this error Fetched 32.7 MB in 15s (2,155 kB/s) Reading package lists… Error!

please guide me what to do ?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.