Homebrew,homebrew Short Brew, is the Mac OSX software package management tool, can be conveniently installed in the Mac software or uninstall software, you can say Homebrew is the Mac Apt-get, yum artifact
Homebrew Installation
Homebrew installation is very simple, open the terminal copy, paste the following command, enter, done (please rest assured that the original official installation method handling)
Ruby-e "$ (curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install)"
PS: Do not know why the execution of this command will sometimes return 400, an estimate may be wall, after a few minutes to retry the general OK, there is a picture of the truth
Homebrew use
Homebrew use not much to say, commonly used
Search Software: Brew search software name, such as Brew search wget
Install software: Brew install software name, such as Brew install wget
Uninstall software: Brew remove software name, such as brew remove wget
Official website http://brew.sh/index_zh-cn.html
"Turn from": http://www.cnblogs.com/lzrabbit/p/4032515.html
"Note": This article belongs to the lazy Fat Rabbit original, the copyright belongs to the author and the blog Garden altogether, welcome reprint, but without the author's consent must retain this paragraph statement, and in the article page obvious location gives the original text connection
If you think this article is not bad please click on the lower right corner of the recommendation , with your support to stimulate the author's greater passion for writing, thank you very much.
If you have any questions, you can contact me via [email protected].
"Go" Mac System install homebrew (similar to redhat| Yum in CentOS; similar to apt-get in Ubuntu)