How do I find a list of Homebrew's installable packages?

后端 未结 3 730

Recently I installed Brew. How can I retrieve a list of available brew packages to install?

3条回答
  •  死守一世寂寞
    2021-01-29 18:23

    From the man page:

    search, -S text|/text/
    Perform a substring search of formula names for text. If text is surrounded with slashes,
    then it is interpreted as a regular expression. If no search term is given,
    all available formula are displayed.
    

    For your purposes, brew search will suffice.

提交回复
热议问题