Saturday 5 May 2018

macos - Where can I find a list of all formulas available for homebrew?


Is there a way to get a list of all formulas (packages) I can install using homebrew for Mac OS X?



Answer



Online


You can visit formulae.brew.sh.


From your Mac


If you just want the package names for all formulae:


brew search

The following command will list the info snippets for all existing Homebrew formulae:


brew info --all

Or browse the local Git repository—thanks to Mk12 for that:


find /usr/local/Homebrew/ -type d -name "Formula" -exec ls -1 {} \;

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...