【发布时间】:2021-11-17 21:55:30
【问题描述】:
我在项目中一直使用 Ghostscript 9.21,而自制软件正在安装 9.55。如何安装 9.21?我试过brew install ghostscript@9.21,但包没有版本控制。
我想使用https://github.com/Homebrew/homebrew-core/blob/f7092d9202dbfbd9ea0ae70064c59e796b81d5df/Formula/ghostscript.rb,但是当我brew install https://github.com/Homebrew/homebrew-core/blob/f7092d9202dbfbd9ea0ae70064c59e796b81d5df/Formula/ghostscript.rb 时,我得到:
/opt/homebrew/Homebrew/Library/Homebrew/formulary.rb:277:in `load_file': Invalid usage: Installation of ghostscript from a GitHub commit URL is unsupported! `brew extract ghostscript` to a stable tap on GitHub instead. (UsageError)
我一直无法弄清楚如何使用brew extract 进行操作。
【问题讨论】:
标签: homebrew