Difference between revisions of "Homebrew: list available package versions"

From wikieduonline
Jump to navigation Jump to search
(Created page with " brew info --json postgresql | jq -r '.[].versioned_formulae[]' <ref>https://stackoverflow.com/a/59569730</ref> Note will not show current version and do not work on ...")
 
Line 3: Line 3:
 
  [[brew info --json postgresql]] | jq -r '.[].versioned_formulae[]' <ref>https://stackoverflow.com/a/59569730</ref>
 
  [[brew info --json postgresql]] | jq -r '.[].versioned_formulae[]' <ref>https://stackoverflow.com/a/59569730</ref>
  
Note will not show current version and do not work on [[casks]].
+
:Note will not show current version and do not work on [[casks]].
  
  

Revision as of 05:31, 8 September 2022


brew info --json postgresql | jq -r '.[].versioned_formulae[]' [1]
Note will not show current version and do not work on casks.


See also

  • https://stackoverflow.com/a/59569730
  • Advertising: