Skip to content

Instantly share code, notes, and snippets.

@jbub
Created July 8, 2013 21:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jbub/5952626 to your computer and use it in GitHub Desktop.
Save jbub/5952626 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