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

后端 未结 3 688

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

3条回答
  •  北海茫月
    2021-01-29 18:16

    brew help will show you the list of commands that are available.

    brew list will show you the list of installed packages. You can also append formulae, for example brew list postgres will tell you of files installed by postgres (providing it is indeed installed).

    brew search will list the possible packages that you can install. brew search post will return multiple packages that are available to install that have post in their name.

    brew info will display some basic information about the package in question.

    You can also search http://searchbrew.com or https://brewformulas.org (both sites do basically the same thing)

提交回复
热议问题