-
-
Save ChaosJohn/2f7d927a75f1821de1fad4da1687ee5f to your computer and use it in GitHub Desktop.
Clean macports temporary build files and remove inactive ports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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