如何找到Homebrew可安装软件包的列表? [英] How do I find a list of Homebrew's installable packages?

查看:1970
本文介绍了如何找到Homebrew可安装软件包的列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我安装了 Brew .如何检索可用的冲煮软件包列表?

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

推荐答案

brew help将向您显示可用命令列表.

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

brew list将显示已安装软件包的列表.您还可以附加公式,例如brew list postgres会告诉您postgres安装的文件(前提是确实已安装).

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 <search term>将列出您可以安装的可能软件包. brew search post将返回多个可安装的名称为post的软件包.

brew search <search term> 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 <package name>将显示有关该软件包的一些基本信息.

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

您还可以搜索 http://searchbrew.com

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

这篇关于如何找到Homebrew可安装软件包的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆