What's the migration from homebrew/dupes to homebrew/core?

一个人想着一个人 提交于 2019-12-07 12:57:46

问题


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.

回答1:


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

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


来源:https://stackoverflow.com/questions/45124717/whats-the-migration-from-homebrew-dupes-to-homebrew-core

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!