Skip to content
Studyraft
Menu
  • About
  • Contact Us
  • Privacy Policy

How to find Homebrew packages location

Apr 23 2022December 9, 2022

The following command will help you finding the location where HomeBrew packages are installed:

brew --prefix wget

Output:

/opt/homebrew/opt/wget

Navigating to that location will show the packages installed by Homebrew

Related Posts:

  • How to install Python via Homebrew on Mac
  • How to uninstall Python via Homebrew on Mac
  • How to install PHP on MAC
  • Install Nginx in MAC
  • How to install WordPress on Mac
Apr 23 2022December 9, 2022

© 2023 Studyraft