$ brew
Package manager for macOS.
$ brew install package_name
Install a package using Homebrew.$ brew list
List installed packages.$ brew upgrade
Upgrade installed packages.$ brew remove package_name
Remove a package installed with Homebrew.$ brew search keyword
Search for packages.$ brew info package_name
Display information about a package.$ brew cleanup
Remove old versions of installed packages.