Created
August 20, 2012 13:46
-
-
Save CNBorn/3404200 to your computer and use it in GitHub Desktop.
completely remove ports from your mac
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
port installed #list all installed | |
sudo port uninstall XXXX | |
#backup your MySQL databases | |
sudo port uninstall XXXX | |
port install # uninstall until it shows nothing | |
sudo rm -rf \ | |
/opt/local \ | |
/Applications/DarwinPorts \ | |
/Applications/MacPorts \ | |
/Library/StartupItems/DarwinPortsStartup \ | |
/Library/Tcl/darwinports1.0 \ | |
/Library/Tcl/macports1.0 \ | |
~/.macports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment