Skip to content

Instantly share code, notes, and snippets.

@zhenglaizhang
Created December 8, 2016 05:28
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 zhenglaizhang/ff4847c0ddbb69f0e9443a8d7d53aae3 to your computer and use it in GitHub Desktop.
Save zhenglaizhang/ff4847c0ddbb69f0e9443a8d7d53aae3 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 cleanup util
echo "cleaning up" &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean &&
echo "cleaning up DONE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment