Skip to content

Instantly share code, notes, and snippets.

@maxgfr
Last active June 29, 2023 11:24
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 maxgfr/01c55f5927e33e9229471b30c244d87b to your computer and use it in GitHub Desktop.
Save maxgfr/01c55f5927e33e9229471b30c244d87b to your computer and use it in GitHub Desktop.
Ultimate Command For A System Update and Maintenance Command for Ubuntu/Linux

Update and upgrade an ubuntu

sudo apt update && sudo apt upgrade && sudo apt full-upgrade && sudo apt dist-upgrade && sudo apt-get check && sudo apt -f install && sudo apt -y clean && sudo apt -y autoclean && sudo apt autoremove && sudo dpkg --configure -a && sudo apt --fix-broken install && sudo do-release-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment