Appearance
Useful commands
Doctor
Check your system for potential problems.
bash
brew doctorSearch
bash
brew search <formulae>
brew cask search <formulae>Update & Upgrade
bash
# Update formulaes versions list
brew update
# Upgrade to new formulaes versions
brew upgradebash
# Upgrade casks packages
brew cask upgradeCleanup
Delete all the unused packages from old versions to free space on disk.
bash
brew cleanupZap (Cask)
Removes a cask with all the files related to the package.
bash
brew cask zap <formulae>