I can't uninstall Homebrew. How can I find and remove all of my Homebrew files and re-install it again?

Solution 1:

Uninstall Homebrew

From the Homebrew FAQ:

To uninstall Homebrew, paste the command below in a terminal prompt.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"