Skip to content

Instantly share code, notes, and snippets.

@siddhantkushwaha
Created July 10, 2019 06:55
Show Gist options
  • Save siddhantkushwaha/be14cf1667bb1e2ec8b79f1051cbe691 to your computer and use it in GitHub Desktop.
Save siddhantkushwaha/be14cf1667bb1e2ec8b79f1051cbe691 to your computer and use it in GitHub Desktop.
Handles the following error : 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