We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the google-hangouts cask, I tried to immediately uninstall via brew cask uninstall google-hangouts
brew cask uninstall google-hangouts
Which produced this error:
Error: Permission denied - /Library/Application Support/Google/GoogleTalkPlugin.app/Contents/Frameworks/GoogleBreakpad.framework/Versions/A/Resources/Reporter.app/Contents/Resources/English.lproj
The text was updated successfully, but these errors were encountered:
sudo the rmdir on pkg uninstall
02d1543
fixes an issue we've hit where chmod 777 is insufficient to allow Pathname#rmdir to work properly. refs #1374
I just tested this, fixed. I'll close this issue.
Thanks!
Sorry, something went wrong.
d74ea5e
fixes an issue we've hit where chmod 777 is insufficient to allow Pathname#rmdir to work properly. refs Homebrew#1374
No branches or pull requests
After installing the google-hangouts cask, I tried to immediately uninstall via
brew cask uninstall google-hangouts
Which produced this error:
The text was updated successfully, but these errors were encountered: