Packages installed using Homebrew are all installed in a specific folder. Typically it's /usr/local/Cellar . If you don't find this folder, run brew --prefix to find the correct folder prefix. On my system, this command returned /usr/local , the place where the Cellar folder can be found.
By default, Homebrew will install all packages in the directory /usr/local/Cellar/ , and also creates symbolic links at /usr/local/opt/ and /usr/local/bin/ (for executable files).
brew provides commands for getting common types of information out of the system. brew list shows installed formulae. brew deps foo shows the dependencies that foo needs. Additional commands, including external commands, can of course be written to provide more detailed information.
If you want to take your tidy-up routine to the next level, you can also run brew cleanup . This command removes downloads for outdated formulas and casks. ~ brew help cleanup Remove stale lock files and outdated downloads for all formulae and casks, and remove old versions of installed formulae.
Just add -v
or --verbose
, for example:
$ brew ls --verbose exim
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With