Skip to content

Instantly share code, notes, and snippets.

@CNBorn
Created August 20, 2012 13:46
Show Gist options
  • Save CNBorn/3404200 to your computer and use it in GitHub Desktop.
Save CNBorn/3404200 to your computer and use it in GitHub Desktop.
completely remove ports from your mac
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