remove package installed by brew

Package name : sbt

Path : /usr/local/cellar/sbt

what I have try :

sudo rmdir sbt -i on my terminal but get "rmdir: sbt: Directory not empty"

1 Answer

Try this one:

brew uninstall sbt --force

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