1. Home
  2. Docs
  3. 笔记Linux
  4. 笔记MacOs
  5. brew

brew

常用命令

brew -h 显示帮助信息 brew help [command] 查看具体命令详细使用说明 brew search [name] 搜索指定程序名字 brew install [name@ver] 安装指定程序指定版本号

启动&停止&重启服务

brew services start mysql
brew services stop mysql
brew services restart mysql

查看已安装软件以及运行状态 brew services list

官方资料

github-brew

相关资料

Was this article helpful to you? Yes No

How can we help?