brew类似ubuntu系统下的apt-get的功能
安装方法: 在Mac中打开Termal: 输入命令:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
常用命令:
安装:brew install git 卸载:brew uninstall wget 查询:brew search /wge*/ 列表:brew list 显示包依赖 brew deps
本文共 217 字,大约阅读时间需要 1 分钟。
brew类似ubuntu系统下的apt-get的功能
安装方法: 在Mac中打开Termal: 输入命令:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
常用命令:
安装:brew install git 卸载:brew uninstall wget 查询:brew search /wge*/ 列表:brew list 显示包依赖 brew deps
转载地址:http://irrfm.baihongyu.com/