Created
September 18, 2015 18:58
-
-
Save cwonrails/055a04361087aeeb093d to your computer and use it in GitHub Desktop.
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 apt-get clean | |
| cd /var/lib/apt | |
| sudo mv lists lists.old | |
| sudo mkdir -p lists/partial | |
| sudo apt-get clean | |
| sudo apt-get update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment