How can i get more info about a brew formula before installing?

前端 未结 5 1379
一生所求
一生所求 2021-02-01 00:32

I know i can do something like

## brew info FORMULA_NAME
brew info wgetpaste

Output

wgetpaste: stable 2.20
http://wgetpaste.         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-01 01:19

    You can get a one-line textual description of a package with:

    brew desc FORMULA-NAME
    

    For example, "brew desc terminator" returns:

    terminator: Multiple terminals in one window

提交回复
热议问题