Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Casks orphaned after upgrade #16056

Closed
craibuc opened this issue Dec 22, 2015 · 1 comment
Closed

Casks orphaned after upgrade #16056

craibuc opened this issue Dec 22, 2015 · 1 comment

Comments

@craibuc
Copy link

craibuc commented Dec 22, 2015

I upgraded to new system: brew uninstall --force brew-cask; brew update
I attempted to remove an unused Cask:

$ brew cask uninstall eyetv
Error: eyetv is not installed

The cask is present in /opt/homebrew-cask/Caskroom/eyetv/3.6.5
Attempting to re-install cask:

$ brew cask install eyetv

Results in a second cask located at /opt/homebrew-cask/Caskroom/eyetv/3.6.8_7407

Version:

$ brew -v
Homebrew 0.9.5 (git revision 1b5d07; last commit 2015-12-22)
@adidalal
Copy link
Contributor

Yep, it's a known issue

The (admittedly bad) solution at this point is to use the --force flag while uninstalling and clean up old versions from /opt/homebrew-cask/Caskroom/ manually. If you have a list of applications handy, it might be faster to wipe the entire directory and reinstall all of them.

brew cask list is deeply broken - see #14058

@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants