2012-01-12 3 views

答えて

328

brew helpは利用可能なコマンドの一覧を表示します。

brew listは、インストールされたパッケージの一覧を表示します。数式を追加することもできます。たとえば、brew list postgresはpostgresによってインストールされたファイルを表示します(実際にインストールされている場合)。

brew search <search term>には、インストール可能なパッケージが表示されます。 brew search postは、インストール可能な複数のパッケージを返します。

brew info <package name>は、問題のパッケージに関するいくつかの基本情報を表示します。

13

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で十分です。

関連する問題