brew 全稱Homebrew 是Mac OSX上的軟件包管理工具html
Homebrew 安裝和卸載工具 只用一行命令就能完成java
官方地址: http://brew.sh/index.htmlgit
mac 自帶ruby
打開命令行 terminal
輸入 :
- ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
假如已經安裝了 輸入以下命令
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
命令行輸出:
2) brew 使用方法
命令行 輸入: brewgithub
輸出:瀏覽器
- Example usage:
- brew [info | home | options ] [FORMULA...]
- brew install FORMULA...
- brew uninstall FORMULA...
- brew search [foo]
- brew list [FORMULA...]
- brew update
- brew upgrade [FORMULA...]
- brew pin/unpin [FORMULA...]
-
- Troubleshooting:
- brew doctor
- brew install -vd FORMULA
- brew [--env | config]
-
- Brewing:
- brew create [URL [--no-fetch]]
- brew edit [FORMULA...]
- open https:
-
- Further help:
- man brew
- brew home
3) 安裝工具
舉個栗子: wget 這個工具ruby
輸入命令: brew install wget curl
如圖:工具
4) 卸載
拿上面的栗子: wget 工具fetch
輸入命令 brew uninstall wget網站
5) 工具安裝的目錄
Homebrew 會將套件安裝到獨立目錄,並將文件軟連接至/usr/local 。
- $ cd /usr/local
- $ find Cellar
- Cellar/wget/1.16.1
- Cellar/wget/1.16.1/bin/wget
- Cellar/wget/1.16.1/share/man/man1/wget.1
-
- $ ls -l bin
- bin/wget -> ../Cellar/wget/1.16.1/bin/wget
Homebrew 的全部文件均會被安裝到預約義目錄下,因此無需擔憂 Homebrew 的安裝位置。
6) 其餘命令
brew list 列出已安裝的軟件
brew update 更新brew
brew home 用瀏覽器打開brew的官方網站
brew info 顯示軟件信息
brew deps 顯示包依賴
更多命令請看: https://git.io/brew-docs