How to fix the Homebrew error `Permission denied @ apply2files`

After running brew upgrade node to upgrade my Node.js installation on macOS, Homebrew decided to run brew cleanup automatically.

It was doing its things, with a bunch of Removing: /Users/….. until I got the error
Error: Permission denied @ …


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com

After running brew upgrade node to upgrade my Node.js installation on macOS, Homebrew decided to run brew cleanup automatically.

It was doing its things, with a bunch of Removing: /Users/..... until I got the error

Error: Permission denied @ apply2files - /usr/local/lib/docker/cli-plugins

?

See “docker” in the path?

Turns out I had deleted Docker recently and this was causing an error. What I did to fix was to recreate a folder of the Docker app:

mkdir -p /Applications/Docker.app/Contents/Resources/cli-plugins

and running

brew cleanup

Again. The issue was fixed.

Your issue might be caused by another library missing, not Docker, so in this case you can Google the specific error message you have and see if someone else had the same issue and figured it out. But that’s a start.


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com


Print Share Comment Cite Upload Translate Updates
APA

flaviocopes.com | Sciencx (2021-07-06T05:00:00+00:00) How to fix the Homebrew error `Permission denied @ apply2files`. Retrieved from https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/

MLA
" » How to fix the Homebrew error `Permission denied @ apply2files`." flaviocopes.com | Sciencx - Tuesday July 6, 2021, https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/
HARVARD
flaviocopes.com | Sciencx Tuesday July 6, 2021 » How to fix the Homebrew error `Permission denied @ apply2files`., viewed ,<https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/>
VANCOUVER
flaviocopes.com | Sciencx - » How to fix the Homebrew error `Permission denied @ apply2files`. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/
CHICAGO
" » How to fix the Homebrew error `Permission denied @ apply2files`." flaviocopes.com | Sciencx - Accessed . https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/
IEEE
" » How to fix the Homebrew error `Permission denied @ apply2files`." flaviocopes.com | Sciencx [Online]. Available: https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/. [Accessed: ]
rf:citation
» How to fix the Homebrew error `Permission denied @ apply2files` | flaviocopes.com | Sciencx | https://www.scien.cx/2021/07/06/how-to-fix-the-homebrew-error-permission-denied-apply2files/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.