What is Homebrew?
It is a software helps us install and manage softwares.
In the following steps, readers in mainland China may encounter installation failures due to network issues, so you may to address the network problems yourself.
Now open the official website of Homebrew:
Then follow the instructions on the page for installation.
The installation process may take a few minutes since it need to download some softwares.
Also, sometimes it will ask you to enter your password, feel free to input it.
wget is a commonly used command-line download tool. The installation command is as follows:
brew install wget## Basic Usage
View Installed Software:
brew listUpdate Homebrew:
brew updateUpgrade Installed Software:
brew upgrade wgetUninstall Software:
brew uninstall wgetBy using these commands, you can familiarize yourself with the basic usage of Homebrew.
**How do I uninstall Homebrew?**https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew
If you encounter any issues, be sure to check the official documentation for answers first.
Now, you should understand that some software not have a user interface and is run through commands.