从自制/重复到自制/核心的迁移是什么? [英] What's the migration from homebrew/dupes to homebrew/core?

查看:160
本文介绍了从自制/重复到自制/核心的迁移是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要安装screen,但是下一步该怎么做?

I want to install screen, but what should I do next?

$ 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中,因此您只需执行以下操作:

homebrew/dupe is now deprecated all its formula have been migrated to the main repository (homebrew/core). As screen is now in homebrew/core, you just have to do:

brew install screen

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

but if you want you can install other third-party repositories (e.g. homebrew/science), called taps in the homebrew terminology, with:

brew tap homebrew/science

然后您可以在此水龙头中直接安装所有公式.您还可以使用以下方法从未安装的水龙头中安装公式:

You can then directly installed all formulas in this tap. You can also install a formula from an uninstalled tap with:

brew install homebrew/science/<formula>

要列出所有已安装的水龙头,请按以下步骤操作:

To list all your installed taps:

brew tap

要删除水龙头,请执行以下操作:

To remove a tap:

brew untap homebrew/science

这篇关于从自制/重复到自制/核心的迁移是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆