安裝步驟參考官網及實際經驗筆記如下:
> ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
> brew update
接著就能安裝自己想要的 UNIX Packages,如:wget, curl, lynx ...
> brew install wget
> brew install lynx
查詢經安裝的套件列表
> brew list
或是想要移除已經安裝的套件
> brew uninstall wget
自動更新已經安裝的套件
> brew upgrade wget
其他功能可以藉由Help看指令參數及用法
> brew help
延伸閱讀:
#
沒有留言:
張貼留言