mac homebrew常用命令

1.查询所有包 brew services list 2. 启动包(以activemq为例子) brew services start activemq 3.停止包 brew services stop activemq 4.卸载包 brew uninstall activemq 5.安装包 brew install activemq 6.查看包具体信息 brew info activemq 7.
相关文章
相关标签/搜索