对于使用mac电脑的程序员,homebrew是一个神器。

homebrew是啥

官网:https://brew.sh/index_zh-cn 。简单理解,就是mac系统里面缺失包的管理器,帮助你快速装东西的。

能干啥

3.homebrew使用心得
3.homebrew使用心得

常用的使用指令

直接挂链接吧,有个兄弟整理好了,不再赘述。 指令文档:https://www.cnblogs.com/Hizy/p/10987025.html

写几个常用的:
brew help #查看所有命令
brew search mysql #搜索
brew install mysql #安装软件
brew uninstall mysql #卸载软件
brew list #显示已经安装软件列表
brew services list #显示安装的服务
brew info mysql #查看信息,比如目前的版本,依赖,安装后注意事项等
brew services start mysql #启动
brew services stop mysql #停止)
brew services restart mysql #重启)
brew update #更新 Homebrew

相关文章:

  • 2021-12-04
  • 2021-11-12
  • 2021-12-09
  • 2021-12-01
  • 2021-07-20
  • 2021-12-03
  • 2021-11-30
猜你喜欢
  • 2021-11-09
  • 2021-08-31
  • 2021-10-29
  • 2021-12-09
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案