buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.4k stars 90 forks source link

issue uninstalling Android Studio #65

Closed disrupted closed 6 years ago

disrupted commented 6 years ago
❯ brew cask uninstall android-studio-canary
==> Uninstalling Cask android-studio-canary
==> Removing App '/Applications/Android Studio 3.0 Preview.app'.

I have already uninstalled android-studio-canary as seen above (even trashed all of its files using AppCleaner). However every time I run brew cu --yes --cleanup from my alias a reinstallation is initiated. anyone know how to remove it once and for all?

buo commented 6 years ago
  1. brew cask uninstall -f android-studio-canary
  2. Go to /usr/local/Caskroom
  3. Delete android-studio-canary directory if it exists
disrupted commented 6 years ago

thanks, issue can be closed.