Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Created April 19, 2015 13:25
Show Gist options
  • Save arcostasi/890ac3b5778dc8605f41 to your computer and use it in GitHub Desktop.
Save arcostasi/890ac3b5778dc8605f41 to your computer and use it in GitHub Desktop.
Uninstall packages on MacPorts
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