跳到主要内容

Homebrew

常用命令:

  • brew搜索软件命令: brew search nginx
  • brew安装软件命令: brew install nginx
  • brew卸载软件命令: brew uninstall nginx
  • brew升级命令: sudo brew update
  • 查看安装信息(比如查看安装目录等) sudo brew info nginx
  • 查看已经安装的软件:brew list