Difference between revisions of "Brew info"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> brew info wget wget: stable 1.20.3 (bottled), HEAD Internet file retriever https://www.gnu.org/software/wget/ /usr/local/Cellar/wget/1.20.3_1 (49 files, 4.0MB) * Poure...")
 
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
 +
brew info
 +
brew info package-name
 +
brew info package-name@version-number
 +
[[brew info --json]] package-name
 +
[[brew info --help]]
 +
 +
[[brew info ethereum]] | grep From
 +
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/ethereum.rb
 +
 +
== Examples ==
 +
brew info
 +
43 [[kegs]], 149,230 files, [[No space left on device|2GB]]
 +
 +
brew info
 +
83 kegs, 88,295 files, [[No space left on device|2.9GB]]
 +
 +
[[brew info helm]]
 +
[[brew info helm@2]]
 +
[[brew info --json helm@2]]
 +
[[brew info --json postgresql]] | jq -r '.[].[[versioned_formulae]][]'
 +
 +
 
<pre>
 
<pre>
 
brew info wget
 
brew info wget
Line 18: Line 42:
 
build-error: 0 (30 days)
 
build-error: 0 (30 days)
 
</pre>
 
</pre>
 +
 +
[[brew info]] terragrunt
 +
==> terragrunt: stable 0.38.9 (bottled)
 +
Thin wrapper for Terraform e.g. for locking state
 +
https://terragrunt.gruntwork.io/
 +
[[Conflicts with]]:
 +
  [[tgenv]] (because tgenv [[symlinks]] terragrunt binaries)
 +
Not installed
 +
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/terragrunt.rb
 +
License: MIT
 +
==> Dependencies
 +
Build: go ✔
 +
Required: terraform ✘
 +
==> Analytics
 +
install: 9,014 (30 days), 28,823 (90 days), 97,191 (365 days)
 +
install-on-request: 9,011 (30 days), 28,812 (90 days), 97,163 (365 days)
 +
build-error: 1 (30 days)
 +
 +
 +
brew info ethereum
 +
==> ethereum: stable 1.14.0 (bottled), HEAD
 +
Official Go implementation of the Ethereum protocol
 +
https://geth.ethereum.org/
 +
Conflicts with:
 +
  [[erigon]] (because both install `[[evm]]` binaries)
 +
Installed
 +
<pre>
 +
/Users/user/brew/Cellar/ethereum/1.14.0 (18 files, 257MB) *
 +
  Poured from bottle using the formulae.brew.sh API on 2024-05-08 at 16:06:10
 +
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/ethereum.rb
 +
License: LGPL-3.0-or-later
 +
==> Dependencies
 +
Build: go ✘
 +
==> Options
 +
--HEAD
 +
Install HEAD version
 +
==> Analytics
 +
install: 1,066 (30 days), 3,251 (90 days), 13,067 (365 days)
 +
install-on-request: 1,066 (30 days), 3,249 (90 days), 13,064 (365 days)
 +
build-error: 3 (30 days)
 +
</pre>
 +
 +
 +
== Related terms ==
 +
* <code>[[pkg-config]]</code>
 +
* <code>[[rpm -qi]]</code>
 +
* <code>[[brew list]]</code>
 +
 +
== See also ==
 +
* {{brew info}}
 +
* {{brew}}
 +
 +
[[Category:brew]]
 +
[[Category:Homebrew]]

Latest revision as of 14:17, 8 May 2024

brew info
brew info package-name
brew info package-name@version-number
brew info --json package-name
brew info --help
brew info ethereum | grep From
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/ethereum.rb

Examples[edit]

brew info
43 kegs, 149,230 files, 2GB
brew info
83 kegs, 88,295 files, 2.9GB
brew info helm
brew info helm@2
brew info --json helm@2
brew info --json postgresql | jq -r '.[].versioned_formulae[]'


brew info wget
wget: stable 1.20.3 (bottled), HEAD
Internet file retriever
https://www.gnu.org/software/wget/
/usr/local/Cellar/wget/1.20.3_1 (49 files, 4.0MB) *
  Poured from bottle on 2019-06-26 at 13:47:28
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/wget.rb
==> Dependencies
Build: pkg-config ✔
Required: libidn2 ✘, [email protected] ✔
==> Options
--HEAD
	Install HEAD version
==> Analytics
install: 172,397 (30 days), 362,090 (90 days), 1,602,343 (365 days)
install-on-request: 158,929 (30 days), 341,831 (90 days), 1,453,683 (365 days)
build-error: 0 (30 days)
brew info terragrunt
==> terragrunt: stable 0.38.9 (bottled)
Thin wrapper for Terraform e.g. for locking state
https://terragrunt.gruntwork.io/
Conflicts with:
  tgenv (because tgenv symlinks terragrunt binaries)
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/terragrunt.rb
License: MIT
==> Dependencies
Build: go ✔
Required: terraform ✘
==> Analytics
install: 9,014 (30 days), 28,823 (90 days), 97,191 (365 days)
install-on-request: 9,011 (30 days), 28,812 (90 days), 97,163 (365 days)
build-error: 1 (30 days)


brew info ethereum
==> ethereum: stable 1.14.0 (bottled), HEAD
Official Go implementation of the Ethereum protocol
https://geth.ethereum.org/
Conflicts with:
  erigon (because both install `evm` binaries)
Installed
/Users/user/brew/Cellar/ethereum/1.14.0 (18 files, 257MB) *
  Poured from bottle using the formulae.brew.sh API on 2024-05-08 at 16:06:10
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/ethereum.rb
License: LGPL-3.0-or-later
==> Dependencies
Build: go ✘
==> Options
--HEAD
	Install HEAD version
==> Analytics
install: 1,066 (30 days), 3,251 (90 days), 13,067 (365 days)
install-on-request: 1,066 (30 days), 3,249 (90 days), 13,064 (365 days)
build-error: 3 (30 days)


Related terms[edit]

See also[edit]

Advertising: