Skip to content

Instantly share code, notes, and snippets.

@kevsersrca
Created June 8, 2018 22:41
Show Gist options
  • Save kevsersrca/b2554c1def78651db26331f7b38076e8 to your computer and use it in GitHub Desktop.
Save kevsersrca/b2554c1def78651db26331f7b38076e8 to your computer and use it in GitHub Desktop.
APT-GET problem

Problem :

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
``

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