Homebrew – Installation and Use

  1. What is Homebrew?

    Official explanation:
    Homebrew is the simplest and most flexible way to install UNIX tools that Apple does not include in MacOS.
    Official website: Portal
    Git warehouse address: Portal

  2. How to install Homebrew? How to uninstall?

    • Install, open the terminal, copy and paste, about 1 minute, the download is complete, you need to enter a password during the process, no other operations are required:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
    • 1
    • Uninstall, if there is installation, there will be uninstallation, open the terminal, copy and paste:
      In fact, just replace the install installed above with uninstall.
    /usr/bin/ruby -e  "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall) span>"
    • 1
  3. How to use Homebrew? What are the commonly used commands?

    install software, such as brew install oclint uninstall software, such as brew uninstall oclint search software, such as brew Search oclint to update the software, such as brew upgrade oclint to view the installation list, such as: brew list to update Homebrew, such as: brew update
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
  4. Homebrew build complete icon

  5. < /ol>

    For more use, please research on Baidu or official website.

Leave a Comment

Your email address will not be published.