如何找到Homebrew可安装软件包的列表?

时间:2012-01-12 10:06:52

标签: macos list install packages homebrew

最近我安装了Brew。如何检索要安装的可用brew包列表?

3 个答案:

答案 0 :(得分:355)

brew help将显示可用的命令列表。

brew list将显示已安装软件包的列表。您还可以附加公式,例如brew list postgres将告诉您postgres安装的文件(如果确实安装了它)。

brew search <search term>将列出您可以安装的可能包。 brew search post将返回多个可安装的软件包,这些软件包名称中包含帖子。

brew info <package name>将显示有关相关软件包的一些基本信息。

您还可以搜索http://searchbrew.comhttps://brewformulas.org(两个网站基本上都做同样的事情)

答案 1 :(得分:18)

从手册页:

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.

出于您的目的,brew search就足够了。

答案 2 :(得分:1)

请使用“自制程序公式”页面查看可安装软件包的列表。 https://formulae.brew.sh/formula/

要安装任何软件包=>要使用的命令是:

酿造安装节点