Packages
Manage Packages
Cleanup Packages
Remove unused dependencies
brew autoremove
Cleanup Cache
Remove outdated download files from the cache, as well as old versions of installed packages
Cleanup older than 120 days
brew cleanup brew cleanup --dry-run
Cleanup All
brew cleanup --prune=all brew cleanup --prune=all --dry-run
Update Packages
List outdated packages
brew outdated
Update packages
brew upgrade
Package Commands
Show list of all installed Homebrew packages
brew list
See information about individual packages
brew info package_name