The commonly used software installation tool for mac systems is homebrew
I personally think that installation through brew is relatively simple. Here is how to install it
< h2>Install and uninstall homebrew
- Install
- Uninstall
Homebrew basic Use
-
Install any package
Example: Install node
-
Uninstall any package
Example: Uninstall git
-
Check available packages
-
View the list of installed packages
< /li> -
View any package letter Information
li> -
Update Homebrew
-
View Homebrew version
-
Homebrew help information
- Uninstall any installation package
/usr/bin /ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ cd `brew --prefix` $ rm -rf Cellar $ brew prune $ rm `git ls-files` $ rm -r Library/Homebrew Library/Aliases Library/Formula Library/Contributions $ rm -rf .git $ rm -rf ~/Library/Caches/Homebrew< /span>
$ brew install
$ brew install node
$ bre w uninstall
$ brew uninstall git
$ brew search
$ brew list
$ brew info
$ brew update
$ brew -v
$ brew -h
$ brew uninstall< /pre>