Can I uninstall something I installed via homebrew using homebrew?

link|improve this question

48% accept rate
feedback

migrated from stackoverflow.com Apr 22 '11 at 1:57

This question came from our site for professional and enthusiast programmers.

2 Answers

You want to do:

brew uninstall program_name_here
link|improve this answer
I want to install something I installed using homebrew, not homebrew itself. – user27449 Apr 20 '11 at 1:46
Changed answer per your comment. – Mike Lewis Apr 20 '11 at 1: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
feedback
brew remove package_name_here

brew cleanup
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.