Created
March 22, 2014 23:09
-
-
Save baltpeter/5780694617e725a1ad3a to your computer and use it in GitHub Desktop.
System Update with apt/aptitude
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
apt-get update # update repositories first | |
# then do either | |
apt-get dist-upgrade | |
aptitude safe-upgrade # about equiv. to above, safer though | |
# alternative, doesn't install or uninstall any packages | |
apt-get upgrade | |
# reference: http://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment