Homebrew-cask: brew cask uninstall says software is not installed

Created on 5 Jan 2015  路  4Comments  路  Source: Homebrew/homebrew-cask

1 zsh nkzv5

Brew cask is updated to latest version

Most helpful comment

The immediate solution is to run brew cask uninstall --force xmind, which removes all versions of xmind.

The underlying issue is long-standing (#2988), and stems from the fact that we do not yet track packages across versions. When you issue brew cask uninstall xmind, the command looks up the _current_ definition of the xmind Cask, which may not match the one you originally installed.

All 4 comments

The immediate solution is to run brew cask uninstall --force xmind, which removes all versions of xmind.

The underlying issue is long-standing (#2988), and stems from the fact that we do not yet track packages across versions. When you issue brew cask uninstall xmind, the command looks up the _current_ definition of the xmind Cask, which may not match the one you originally installed.

Thanks when I try brew cask uninstall --force xmind it seems to me that it just delete the symlink not the actual app and related data/files
1 zsh 1pozx

The message only mentions the symlink, but the files staged at /opt/homebrew-cask/Caskroom/xmind should also have been removed, along with the folder itself. (You are right that the output is rather unclear; we should improve it.)

ok. In your first comment you mentioned "...which removes all versions of xmind.." What do you mean by all versions? Why would anyone want to keep any version of the software which he has planned to not to use further. What would actually happen if we don't add --force

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hovancik picture hovancik  路  4Comments

GeekOnGadgets picture GeekOnGadgets  路  3Comments

gebing picture gebing  路  3Comments

florianletsch picture florianletsch  路  3Comments

orome picture orome  路  3Comments