Skip to content

Instantly share code, notes, and snippets.

@AmrAbdeen
Last active March 2, 2024 21:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmrAbdeen/59d688b3d4cf20cc81f2 to your computer and use it in GitHub Desktop.
Save AmrAbdeen/59d688b3d4cf20cc81f2 to your computer and use it in GitHub Desktop.
Fix| Error E:Encountered a section with no Package: header, E:Problem with MergeList
Error “E:Encountered a section with no Package: header, E:Problem with MergeList …….”
Fix it by this steps .. #linux_mint_17.2
1- Clean up..
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get purge
sudo apt-get autoremove -y
sudo rm -fv /var/lib/apt/lists/*
2- Full update..
sudo apt-get update
sudo apt-get dist-upgrade -y
Then reboot. I suspect you’ll find your errors in the GUI update tool will have gone.
@plembo
Copy link

plembo commented Aug 17, 2023

Thank you so much! This worked beautifully on my Ubuntu Server 22.04 LTS system at home.

@jotaba
Copy link

jotaba commented Mar 2, 2024

muchas gracias , estuve horas buscando la solucion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment