how can I uninstall using homebrew?

Can I uninstall something I installed via homebrew using homebrew?

3 Answers

You want to do:

brew uninstall program_name_here
3
brew remove package_name_here
brew cleanup

brew uninstall --force package_name

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like