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.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 521 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.