Created
March 10, 2017 14:48
-
-
Save oviniciusfeitosa/9d3b08901993665823eb35e9d5e7e2ef to your computer and use it in GitHub Desktop.
Bug fix to apt-get operations
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 autoclean | |
| sudo apt-get clean | |
| sudo dpkg-reconfigure --all | |
| sudo dpkg --configure -a | |
| * * > sudo dpkg -r pacote:plataforma | |
| apt-get autoremove -f | |
| #sudo apt-get update && sudo apt-get dist-upgrade | |
| sudo dpkg --configure -a | |
| sudo apt-get -f install | |
| sudo apt-get -f remove | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get install wine1.6-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment