Skip to content

Instantly share code, notes, and snippets.

@ElianCodes
Created March 12, 2020 23:32
Show Gist options
  • Select an option

  • Save ElianCodes/c335f6d255a65e63a0170b93bf50628b to your computer and use it in GitHub Desktop.

Select an option

Save ElianCodes/c335f6d255a65e63a0170b93bf50628b to your computer and use it in GitHub Desktop.
This code updates all packages on a debian-based OS
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoclean
sudo apt-get autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment