Posts

Showing posts with the label Homebrew

Homebrew uninstall

You can uninstall Homebrew, the package manager, with following steps: cd `brew --prefix`  rm -rf Cellar  brew prune  rm -rf Library .git .gitignore bin/brew README.md share/man/man1/brew  rm -rf ~/Library/Caches/Homebrew And you may refer to the FAQ from Homebrew's wiki page.