Created
September 21, 2018 12:24
-
-
Save nevzatalkan/cea844bb151746aed1097bd31354d4a0 to your computer and use it in GitHub Desktop.
apt-get fix
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
udo apt-get update | |
sudo apt-get clean | |
sudo apt-get autoremove | |
sudo apt-get update && sudo apt-get upgrade | |
sudo dpkg --configure -a | |
sudo apt-get install -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment