Skip to content

Latest commit

History

History
7 lines (4 loc) 路 1.03 KB

permission_denied_error_fix_appdir.md

File metadata and controls

7 lines (4 loc) 路 1.03 KB

Go back

In this case, it鈥檚 likely you鈥檙e a standard user and don鈥檛 have permissions to write to /Applications (which is now our default). If you never changed your default installation directory for apps and were using Homebrew Cask before we changed our behaviour to moving apps instead of linking, you should have some symlinks in your ~/Applications directory, which you do have permission to write to.

You can use --appdir=~/Applications when installing to bring back the old behaviour. For a permanent change, follow the Options section in USAGE.md. Specifically, you鈥檒l want to set export HOMEBREW_CASK_OPTS="--appdir=~/Applications" in your shell鈥檚 startup file.

If --appdir doesn鈥檛 fix the issue or you do have write permissions to /Applications, the problem may lie in the app bundle itself.