Created
October 13, 2018 19:18
-
-
Save egoarka/6af6fdfa60fce221ff2c4e4390376e9d to your computer and use it in GitHub Desktop.
This will clean and configure your packages
This file contains 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 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