In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to install Homebrew on macOS, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Homebrew is the most popular macOS system package management tool, and using the brew command line utility, you can easily add a new package to Mac, but you must install it first.
How do I install Homebrew?
Start the terminal (/ applications/utilities/terminal) application on the system and run the following command on it.
$ruby-e "$(curl-fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The installation process prompts you for a password. Just enter the password you need to complete the Homebrew installation. This process will take some time. After the installation is complete, execute the following command to check the version.
$brew--versionHomebrew 1.5.4Homebrew/homebrew-core (git revision 1bf5; last commit 2018-02-12)
You can also run the following command to ensure that all configurations are correct.
$brew doctor
How to upgrade Homebrew?
To upgrade homebrew, execute the following command at the terminal prompt.
$cd "$(brew-repo)" git fetch & & git reset-- hard origin/master & & brew update
How do I uninstall Homebrew?
To uninstall homebrew, execute the following command at the terminal prompt.
$ruby-e "$(curl-fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
You can also download the uninstall script and run it as shown below to see more uninstall options.
$. / uninstall-the above help is all about the method of installing Homebrew on macOS. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.