当在 Mac 上使用 Homebrew 搜索软件包的旧版本(特别是 phantomjs 1.9.8)时,它会返回:
如果你指的是“phantomjs”:
它从 caskroom/cask 迁移到 homebrew/core。
有没有办法获取旧版本?
我使用的是自制版本 1.3.5
答案1
从我这边来看,没有看到其他版本。
> brew search phantomjs
==> Searching local taps...
phantomjs
==> Searching taps on GitHub...
==> Searching blacklisted, migrated and deleted formulae...
但原则上,如果有
> 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...
你可以通过指定版本来安装它
> brew install [email protected]