brew issues with 2 casks that have been removed #6972
Replies: 2 comments
-
|
Found some answers, good enough for my case. To make brew stop looking for formulae/casks that are not there anymore, you need to remove the directories for them from /usr/local/Caskroom/. In my case, I just did a I don't actually care about the apps, so after that and confirming that brew seems to be working fine again, I manually removed the apps from the Macbook Pro. I guess I could have kept them, but considering how I have not used either one in at least 1 year, I don't need them. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report. Should be fixed by Homebrew/brew#23210. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
I have 2 casks installed (clashx-pro and samsung-portable-ssd-t5) that have been removed from Homebrew. I remember seeing messages about them being deprecated, but did not expect that fact to break basic brew functionality.
I don't use either of them and I'm fine getting rid of them. The problem is that I don't know how.
The obvious first attempt was
brew uninstall clashx-pro samsung-portable-ssd-t5:Then
brew uninstall clashx-pro samsung-portable-ssd-t5, same thing:Sure, whatever. I could ignore warnings about packages not being updatable, but the problem is that now brew cannot perform even a simple
brew update && brew upgradeanymore:Just
brew upgradethen:Seems to exit "gracefully" ($? Is 0), but it is not doing what it is supposed to. brave-browser needs upgrading and it's not getting to that point. A
brew upgrade brave-browser:How can I remove packages that don't exist in Homebrew anymore?
Beta Was this translation helpful? Give feedback.
All reactions