LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

brew-info

Display details about a Homebrew package

TLDR

Display information about a formula
$ brew info [formula]
copy
Display information about a cask
$ brew info --cask [cask]
copy
Output formula info as JSON
$ brew info --json=v2 [formula]
copy
Show info for all installed formulae
$ brew info --installed
copy
Show verbose analytics data
$ brew info --analytics [formula]
copy
Show installed formula sizes
$ brew info --sizes [formula]
copy
Open the formula source page on GitHub
$ brew info --github [formula]
copy

SYNOPSIS

brew info [options] [formula|cask]

DESCRIPTION

brew info displays information about a formula or cask including name, version, description, homepage, dependencies, installation status, and available options.For disabled and deprecated formulae, it also provides an explanation of the status.

PARAMETERS

--json version

Print a JSON representation. The default version is v1 for formula, use v2 for formula and cask
--installed
Output a human-readable inventory of installed formulae and casks
--formula
Treat all arguments as formulae
--cask
Treat all arguments as casks
--analytics
Show global analytics data instead of formula or cask info
--days count
Show analytics over the given period, one of 30, 90 or 365 days
--github
Open the GitHub source page for the formula or cask in a browser
--sizes
Show the size of installed formulae and casks
--variations
Include the variations hash in each formula's JSON output

CAVEATS

JSON output format may vary between Homebrew versions. Analytics data requires network access to GitHub. Some information may not be available for all formulae.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid