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

brew cask uninstall says software is not installed #8644

Closed
jitendravyas opened this issue Jan 5, 2015 · 4 comments
Closed

brew cask uninstall says software is not installed #8644

jitendravyas opened this issue Jan 5, 2015 · 4 comments

Comments

@jitendravyas
Copy link

1 zsh nkzv5

Brew cask is updated to latest version

@tapeinosyne
Copy link
Contributor

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.

@jitendravyas
Copy link
Author

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

@tapeinosyne
Copy link
Contributor

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.)

@jitendravyas
Copy link
Author

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

@miccal miccal removed the duplicate label Dec 23, 2016
@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

3 participants