Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created December 28, 2017 07:04
Show Gist options
  • Save omartrigui/28f7bc84373466c411d8b938dd2ebb0e to your computer and use it in GitHub Desktop.
Save omartrigui/28f7bc84373466c411d8b938dd2ebb0e to your computer and use it in GitHub Desktop.
Fix apt-get update
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
$ sudo rm -R /var/lib/apt/lists/partial/*
$ sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment