Homebrew

The missing package manager for macOS

Command

# Print export statements. When run in a shell, this installation of Homebrew will
# be added to your PATH, MANPATH, and INFOPATH.
brew shellenv

# Show Homebrew and system configuration info useful for debugging. If you file a
# bug report, you will be required to provide this information.
brew config

Brew Help

# Display the version of Homebrew.
$ brew --version
# Print Help Information
$ brew help
# Print Help Info for a brew command
$ brew help <sub-command>
# Check the system for potential problems.
$ brew doctor

Brew Update

Brew Repositories

Brew Cask

Brew Search, Install, Remove

Brew Cleanup

Last updated