Remove unused dependencies
brew autoremove
Remove outdated download files from the cache, as well as old versions of installed packages
brew cleanup brew cleanup --dry-run
brew cleanup --prune=all brew cleanup --prune=all --dry-run
brew outdated
brew upgrade
Show list of all installed Homebrew packages
brew list
See information about individual packages
brew info package_name