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
sudo port clean --all installed
The following command cleans up (removes) the old and unused versions:
sudo port -f uninstall inactive
No comments:
Post a Comment