Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created December 8, 2015 11:07
Show Gist options
  • Save erangaeb/96b9e1391dd91850f0b7 to your computer and use it in GitHub Desktop.
Save erangaeb/96b9e1391dd91850f0b7 to your computer and use it in GitHub Desktop.
Uninstall package via brew
# uninstall
brew uninstall docker
# force uninstall
brew uninstall --force docker
# cleanup
brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment