HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

brew outdated — List outdated casks and formulae. To upgrade everything, use `brew upgrade`. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
caskscommandbrew outdatedoutdatedandcliformulaelist

Problem

How to use the brew outdated command: List outdated casks and formulae. To upgrade everything, use brew upgrade. More information: <https://docs.brew.sh/Manpage#outdated-options-formulacask->.

Solution

brew outdated — List outdated casks and formulae. To upgrade everything, use brew upgrade. More information: <https://docs.brew.sh/Manpage#outdated-options-formulacask->.

List all outdated casks and formulae:
brew outdated


List only outdated formulae:
brew outdated --formula


List only outdated casks:
brew outdated --cask

Code Snippets

List all outdated casks and formulae

brew outdated

List only outdated formulae

brew outdated --formula

List only outdated casks

brew outdated --cask

Context

tldr-pages: common/brew outdated

Revisions (0)

No revisions yet.