LinuxCommandLibrary

brew-list

List installed formulae/casks or their files.

TLDR

List all installed formulae and casks

$ brew list
copy


List files belonging to an installed formula
$ brew list [formula]
copy


List artifacts of a cask
$ brew list [cask]
copy


List only formulae
$ brew list --formula
copy


List only casks
$ brew list --cask
copy

Copied to clipboard