JJJ's Blog

  • WordPress
  • GitHub
  • Twitter/X
  • Fix HomeBrew Permissions

    When running brew cleanup I was seeing this error:
    
    Error: Could not cleanup old kegs! Fix your permissions on:
    /opt/homebrew/Cellar/php/8.1.6

    Quickest fix I could muster was:

    sudo chown -R $(whoami) $(brew --prefix)/*

    JJJ

    June 13, 2022
    Software
    homebrew

Proudly Powered by WordPress