homebrew - 从 Homebrew 程序/欺骗程序到 Homebrew 程序/核心的迁移是什么?

标签 homebrew

我想安装screen,但是接下来我应该做什么?

$ brew search screen
imgur-screenshot                                screen                                          screenfetch                                     screenresolution
caskroom/drivers/casio-screen-receiver          caskroom/cask/screen-blacker                    caskroom/cask/show-my-screen                    caskroom/cask/syphon-virtual-screen

If you meant "screen" specifically:
It was migrated from homebrew/dupes to homebrew/core.

最佳答案

homebrew/dupe 现已弃用,其所有公式已迁移到主存储库 (homebrew/core)。由于 screen 现在位于 homebrew/core 中,您只需执行以下操作:

brew install screen

但是如果您愿意,您可以安装其他第三方存储库(例如 homebrew/science),在 homebrew 术语中称为 taps,具有:

brew tap homebrew/science

然后您可以直接在此水龙头中安装所有公式。您还可以通过以下方式从已卸载的水龙头安装公式:

brew install homebrew/science/<formula>

要列出所有已安装的水龙头:

brew tap

要删除水龙头:

brew untap homebrew/science

关于homebrew - 从 Homebrew 程序/欺骗程序到 Homebrew 程序/核心的迁移是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45124717/

相关文章:

MySQL LaunchDaemon 未在 macOS El Capitan 服务器上运行

node.js - 在 Ubuntu 14.04 上安装最新版本的 npm(值得信赖)

python - AWS SAM CLI 全新安装引发错误 - dyld : Library not loaded: @executable_path/. ./.Python

node.js - Homebrew:在 node@8 旁边安装最新的 npm 版本

javascript - 如何使用brew在没有node的情况下升级yarn

node.js - 为什么brew说安装了nodejs?

ffmpeg - 为什么 ffmpeg 需要 DNS 解析器作为其依赖项?

macos - brew升级后vim坏了

playframework - Play 2.1 RC2 的 Homebrew 公式

macos - 使用通过brew安装的pypy创建符号链接(symbolic link)