Monday, August 29, 2011

MacPorts clean up

The following command erases all the temporary files that are generated during the build of an application: 
sudo port clean --all installed


The following command cleans up (removes) the old and unused versions:
sudo port -f uninstall inactive

No comments: