具體參考官網:https://brew.sh/index_zh-cn.htmlphp
1.安裝homebrewhtml
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 在終端執行此命令行;git
安裝後執行github
brew updateruby
brew doctorphp7
加入brew官方几個軟件源 curl
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/php
2.brew 使用方法:url
輸入brew 查看便可;spa
經常使用命令:命令行
brew list 列出已安裝軟件
brew update 更新brew
brew info 顯示軟件信息 #brew info php70
brew install 安裝軟件 #brew install php70
brew uninstall 卸載軟件 #brew uninstall wget
brew search 搜索軟件 #brew install php 就能夠查看有哪些版本的php,選取須要的brew install 安裝便可