Can I uninstall something I installed via homebrew using homebrew?
Asked
Active
Viewed 1.8e+01k times
3 Answers
119
You want to do:
brew uninstall program_name_here
-
I want to install something I installed using homebrew, not homebrew itself. – user27449 Apr 20 '11 at 01:46
-
Changed answer per your comment. – Apr 20 '11 at 01:57
-
1@user27449: If this worked, mark it as accepted using the check mark button next to the answer. – Wuffers May 23 '11 at 22:51