Created
April 19, 2015 13:25
-
-
Save arcostasi/890ac3b5778dc8605f41 to your computer and use it in GitHub Desktop.
Uninstall packages on MacPorts
This file contains 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
sudo port installed | grep <pacote> | |
sudo port deactivate <pacote> | |
sudo port uninstall <pacote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment