0

When searching for an older version of a package - specifically phantomjs 1.9.8 - with Homebrew on Mac, it returns:

If you meant "phantomjs" specifically:

It was migrated from caskroom/cask to homebrew/core.

Is there a way to get older versions?

I'm on homebrew version 1.3.5

1 Answer 1

0

I don't see alternative versions from my side.

> brew search phantomjs
==> Searching local taps...
phantomjs
==> Searching taps on GitHub...
==> Searching blacklisted, migrated and deleted formulae...

But in principle, if there are

> brew search gnupg
==> Searching local taps...
gnupg                             gnupg-pkcs11-scd                   [email protected]                         [email protected]
==> Searching taps on GitHub...
homebrew/php/php53-gnupg                       homebrew/php/php55-gnupg                       homebrew/php/php70-gnupg
homebrew/php/php54-gnupg                       homebrew/php/php56-gnupg                       homebrew/php/php71-gnupg
==> Searching blacklisted, migrated and deleted formulae...

you'd install it by specifying the version

> brew install [email protected]
1
  • Ok, so maybe there is just the one version. I though maybe you needed to do something to search homebrew/core
    – Pete J
    Commented Oct 10, 2017 at 3:11

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .