Skip to content

Instantly share code, notes, and snippets.

@franc3000
Created October 31, 2017 17:05
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 franc3000/8c132dc5ee33b427ee8dd9fb026f3a38 to your computer and use it in GitHub Desktop.
Save franc3000/8c132dc5ee33b427ee8dd9fb026f3a38 to your computer and use it in GitHub Desktop.
update ubuntu #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