Created
December 8, 2015 11:07
-
-
Save erangaeb/96b9e1391dd91850f0b7 to your computer and use it in GitHub Desktop.
Uninstall package via brew
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
# 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