Skip to content

Instantly share code, notes, and snippets.

@JQL
Created August 25, 2018 10:56
Show Gist options
  • Save JQL/d31289d1b8e44c17ad0f62fce661e8e5 to your computer and use it in GitHub Desktop.
Save JQL/d31289d1b8e44c17ad0f62fce661e8e5 to your computer and use it in GitHub Desktop.
Linux Updates and Upgrades
Updates and Upgrades
How to keep your Linux system up to date.
COMMANDS & LINKS:
sudo apt-get update : Update the packages on your Linux system
sudo apt-get upgrade : Apply the updates
sudo apt-get autoremove : Remove out of date and obsolete packages
Run the update and upgrade command together:
sudo apt-get update && sudo apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment