Brew cask uninstall does not remove installed cask

I've installed cask via brew cask install and I would like to remove it, however, brew cask uninstall cannot find it:

me-bash-3.2:/$ brew cask list
macdown
me-bash-3.2:/$ brew cask uninstall macdown
Error: macdown is not installed
me-bash-3.2:/$

1 Answer

try

brew cask uninstall [appname] --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