Loading tool…
cheatsheet
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install Homebrew
brew doctorCheck your Homebrew installation for issues
brew updateUpdate Homebrew and installed formulae
brew install [package_name]Install a package (formula)
brew uninstall [package_name]Uninstall a package
brew upgrade [package_name]Upgrade a specific package
brew upgradeUpgrade all outdated packages
brew listList all installed formulae
brew search [package_name]Search for a package
brew info [package_name]Display information about a package
brew outdatedList installed formulae that are outdated
brew install --cask [app_name]Install a macOS application (cask)
brew uninstall --cask [app_name]Uninstall a macOS application (cask)
brew list --caskList all installed casks
brew search --cask [app_name]Search for a macOS application
brew info --cask [app_name]Display information about a cask
brew cleanupRemove old versions of installed formulae and downloaded archives
brew autoremoveRemove unused dependencies
Get new cheatsheets & tools in your inbox
No spam — just new releases, occasionally.