Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Created February 18, 2014 14:49
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 pavelbinar/9072385 to your computer and use it in GitHub Desktop.
Save pavelbinar/9072385 to your computer and use it in GitHub Desktop.
apt-get update, dist-upgrade, autoremove, autoclean in a single sudo command source: https://stackoverflow.com/questions/3316677/apt-get-update-dist-upgrade-autoremove-autoclean-in-a-single-sudo-command
sudo sh -c "apt-get update;apt-get dist-upgrade;apt-get autoremove;apt-get autoclean"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment