You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure if you can still install casks with their old name, so to fake this situation:$ brew install --cask logi-options+$ ln -s $(brew --prefix)/Caskroom/logi-options+ $(brew --prefix)/Caskroom/sym-test$ brew list --cask -1logi-options+sym-test
The text was updated successfully, but these errors were encountered:
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
List all casks available on my system (to see if some could be removed)
What happened (include all command output)?
I thought, oh, I have both logi-options-plus and logo-options+ installed (same with iterm2). Better remove the former:
Oh. I don't want to remove that one.
Let's check:
Ah, symlinks, and the brew list command probably just lists the directory.
What did you expect to happen?
brew list --cask
shows exactly which casks I have installed and ignores links to the same cask.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: