Skip to content

Instantly share code, notes, and snippets.

@andineck
Created August 17, 2015 05:11
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 andineck/f3a0abdc7fc55636d39a to your computer and use it in GitHub Desktop.
Save andineck/f3a0abdc7fc55636d39a to your computer and use it in GitHub Desktop.
update ubuntu
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment