Homebrew: list available versions with new formula@version format

Phlippie Bosman

Homebrew recently deprecated homebrew/versions in favour of making versions available on homebrew/core via the new formula@version format. For example (as per this answer), you can do brew install [email protected].

Of course, this doesn't work for arbitrary versions. For instance, install [email protected] turns up "Error: No formulae found in taps".

Under the old method, I could run brew versions <formula> to see available versions. How do I list available versions now?

Amelio Vazquez-Reina

You can search versions using brew search.

For example:

$ brew search postgresql
postgresql ✔      [email protected]     [email protected]

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

homebrew list of available compiler

From Dev

No available formula for “pdfunite” in Homebrew?

From Dev

Find the best matching product version from a list of available product versions

From Dev

Find the best matching product version from a list of available product versions

From Dev

zypper: How to list different available versions of a package?

From Dev

Get list of all available pip packages and their versions

From Dev

Maven find the list of available versions for an artifact

From Dev

How to list available repo versions using Docker

From Dev

Where can I find a list of all formulas available for homebrew?

From Dev

Homebrew command to update PHP : Error: No available formula for php56

From Java

Python and pip, list all versions of a package that's available?

From Dev

How to list all available versions of a snap which is not installed?

From Dev

itunesconnect - 'New Version' button not available

From Java

Homebrew install specific version of formula?

From Dev

How to check which version of a product is available in repositories for different ubuntu versions?

From Dev

Bower install: No versions available

From Dev

What can I do if a package is not available on the newest version of Ubuntu (18.04) but is available on older versions?

From Dev

List of Ubuntu Versions with Corresponding Linux Kernel Version

From Dev

Symlink to the latest version formula directory in Homebrew

From Dev

Use Old PPA if New PPA is Not Available for New Ubuntu Version

From Dev

List of installable Homebrew casks

From Dev

list of available Windows HotFix IDs per Version

From Java

For a helm chart, what versions are available?

From Dev

Query for available package versions with pacman

From Dev

How to exclude older versions of maven dependency and use new version of it?

From Dev

Is there a new version of ehcache-core that is part of the latest versions of Ehcache?

From Dev

How to replace 'makeIso' from the older lens versions in the new version (4.3)?

From Dev

Do previous versions of .NET framework come with every new version of windows?

From Dev

homebrew can't install taps 'Homebrew/homebrew-versions is not a valid repository name`

Related Related

  1. 1

    homebrew list of available compiler

  2. 2

    No available formula for “pdfunite” in Homebrew?

  3. 3

    Find the best matching product version from a list of available product versions

  4. 4

    Find the best matching product version from a list of available product versions

  5. 5

    zypper: How to list different available versions of a package?

  6. 6

    Get list of all available pip packages and their versions

  7. 7

    Maven find the list of available versions for an artifact

  8. 8

    How to list available repo versions using Docker

  9. 9

    Where can I find a list of all formulas available for homebrew?

  10. 10

    Homebrew command to update PHP : Error: No available formula for php56

  11. 11

    Python and pip, list all versions of a package that's available?

  12. 12

    How to list all available versions of a snap which is not installed?

  13. 13

    itunesconnect - 'New Version' button not available

  14. 14

    Homebrew install specific version of formula?

  15. 15

    How to check which version of a product is available in repositories for different ubuntu versions?

  16. 16

    Bower install: No versions available

  17. 17

    What can I do if a package is not available on the newest version of Ubuntu (18.04) but is available on older versions?

  18. 18

    List of Ubuntu Versions with Corresponding Linux Kernel Version

  19. 19

    Symlink to the latest version formula directory in Homebrew

  20. 20

    Use Old PPA if New PPA is Not Available for New Ubuntu Version

  21. 21

    List of installable Homebrew casks

  22. 22

    list of available Windows HotFix IDs per Version

  23. 23

    For a helm chart, what versions are available?

  24. 24

    Query for available package versions with pacman

  25. 25

    How to exclude older versions of maven dependency and use new version of it?

  26. 26

    Is there a new version of ehcache-core that is part of the latest versions of Ehcache?

  27. 27

    How to replace 'makeIso' from the older lens versions in the new version (4.3)?

  28. 28

    Do previous versions of .NET framework come with every new version of windows?

  29. 29

    homebrew can't install taps 'Homebrew/homebrew-versions is not a valid repository name`

HotTag

Archive