Blog
Update Homebrew Packages
If you want to update your homebrew packages, the following commands will help you.
Update package list:
brew update
List outdated packages:
brew outdated
Update outdated packages:
brew upgrade
Update a specific package:
brew upgrade NAME_OF_PACKAGE