Skip to content

Instantly share code, notes, and snippets.

@UBarney
Created July 6, 2017 02:34
Show Gist options
  • Save UBarney/842c5950c37476eea0a38e308765870e to your computer and use it in GitHub Desktop.
Save UBarney/842c5950c37476eea0a38e308765870e to your computer and use it in GitHub Desktop.
ubuntu_update_package
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