-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Can't uninstall eclipse #5504
Comments
Hi! Thanks for the report! I can't exactly reproduce this, but am attempting to address the general issue in #5596. When that code goes into release we may ping you to re-try. In the meantime, a workaround should be to make all the files in that directory writable by you: $ chmod -R u+w /opt/homebrew-cask/Caskroom/eclipse-ide/4.4.0/eclipse
$ brew cask uninstall eclipse-ide |
This logic is ugly as the installation directory will be left in a mangled state if it fails partway through. However, the same is true when `rmtree` fails partway through, which this code is intended to minimize. References: Homebrew#5504
Hi! #5596 is in release now. You may wish to try $ brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup and see if your problem persists. |
@solomatov Was your issue solved by @rolandwalker’s suggestion? |
The text was updated successfully, but these errors were encountered: