Question
How to fix problem with sudo apt-get update
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.
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.
×
Please help me :)
Try to:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
I have no idea where to put that code… pls help