Mac 安装homebrew

安装软件包依赖在Ubuntu下有 apt-get,Cendos下有yum,但是Mac下我一直在图形界面上面安装,有的还安装不了,知道发现有一款软件“homebrew”,解决了我心头大患。


Homebrew 安装

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Homebrew 使用,常用的

搜索软件:brew search  软件名,如brew search   wget

安装软件:brew install   软件名,如brew install    wget

卸载软件:brew remove 软件名,如brew remove  wget



参考文档:http://blog.csdn.net/yangzhongxuan/article/details/8646457

http://blog.csdn.net/yuexiaxiaoxi27172319/article/details/51279369


相关文章

最近做自动化测试时,深感自己对前端涉猎太少,加上对这块比...
homebrew本身就是一个git仓库。使用homebrew安装软件包时,会...
一、Homebrew安装、卸载等命令Homebrew的安装和卸载都非常简...
在mac系统中,使用homebrew可以很方便的管理包。按照官网的说...
我按照说明从这里使用brew安装mysqlhttps://gist.github.com...
我在macOS10.12.4上安装了nginx1.10.3和php5.5.38作为开发服...