Skip to content

Instantly share code, notes, and snippets.

@mkhlil1288
Last active August 12, 2016 10:36
Show Gist options
  • Save mkhlil1288/5fee11def0a245911372c3ad91104ff6 to your computer and use it in GitHub Desktop.
Save mkhlil1288/5fee11def0a245911372c3ad91104ff6 to your computer and use it in GitHub Desktop.
You need to first remove the problematic Merge List and then re-create it. Open your terminal and run the following codes:
sudo rm /var/lib/apt/lists/* -vf
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
sudo apt-get update && sudo apt-get upgrade
sudo apt-get clean && sudo apt-get autoremove
sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment