Skip to content

Instantly share code, notes, and snippets.

@ChaosJohn
Forked from jbub/clean-macports.sh
Created July 4, 2018 13:35
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 ChaosJohn/2f7d927a75f1821de1fad4da1687ee5f to your computer and use it in GitHub Desktop.
Save ChaosJohn/2f7d927a75f1821de1fad4da1687ee5f to your computer and use it in GitHub Desktop.
Clean macports temporary build files and remove inactive ports.
# remove all temporary build files
sudo port clean --all installed
# remove all inactive ports
sudo port -f uninstall inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment