Mac包管理神器Homebrew

概念

简称brew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件,至关于Red hat的yum、Ubuntu的apt-get。html

安装命令

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

经常使用命令

brew install 软件名
brew search 软件名
brew remove 软件名github

brew官网

http://brew.sh/index_zh-cn.htmlruby