Created
December 28, 2017 07:04
-
-
Save omartrigui/28f7bc84373466c411d8b938dd2ebb0e to your computer and use it in GitHub Desktop.
Fix apt-get update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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