标签:基本使用 ref sele ack cell 实用 套件 更新 xcode
Homebrew是一款Mac OS平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。简单的一条指令,就可以实现包管理,而不用你关心各种依赖和文件路径的情况,十分方便快捷。
援引官方的一句话:又提示缺少套件啦?别担心,Homebrew 随时守候。Homebrew —— OS X 不可或缺的套件管理器。
$ xcode-select --install
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
卸载
$ cd `brew --prefix
$ rm -rf Cellar
$ brew prune
$ rm `git ls-files
$ rm -r Library/Homebrew Library/Aliases
Library/Formula Library/Contributions
$ rm -rf .git
$ rm -rf ~/Library/Caches/Homebrew
$ brew install <packname>
$ brew uninstall <packname>
$ brew seach <packname>
$ brew list
$ brew info <packname>
$ brew update
$ brew -v
$ brew -h
标签:基本使用 ref sele ack cell 实用 套件 更新 xcode
原文地址:https://www.cnblogs.com/JokerAlon/p/homebrew.html