Skip to content

Instantly share code, notes, and snippets.

@baltpeter
Created March 22, 2014 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baltpeter/5780694617e725a1ad3a to your computer and use it in GitHub Desktop.
Save baltpeter/5780694617e725a1ad3a to your computer and use it in GitHub Desktop.
System Update with apt/aptitude
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