[Learn-Note]Install Brew on MAC

1.Install Homebrew


First open a terminal,enter the following command

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

brew is a similar Ubuntu apt-get to use

2.Instructions


Update Package List

brew update

Search Software

brew search `package-name`

Install Software

brew install `package-name`

Remove Package

brew uninstall `package-name`

0 意見:

張貼留言