在哪里可以获取 Ubuntu 中 Yum 的存储库列表?

发布于 2024-11-01 20:02:40 字数 115 浏览 4 评论 0原文

我有一台普通机器(Ubuntu),我刚刚执行了apt-get install yum

但是,yum.cof 的存储库列表为空。那么,我在哪里可以获得最新的存储库列表?

I have a vanilla machine (Ubuntu) and I just did apt-get install yum

However, the yum.cof has empty repos list. So, where can I get the most updated list of repository?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖风昔人 2024-11-08 20:02:40

您需要将 repolist 选项传递给 yum 命令。此选项将显示 RHEL / Fedora / SL / CentOS Linux 下配置的存储库列表。

默认是列出所有启用的存储库。将 -v(详细模式)作为选项传递给 yum 命令以列出更多信息。

You need to pass the repolist option to the yum command. This option will show you a list of configured repositories under RHEL / Fedora / SL / CentOS Linux.

The default is to list all enabled repositories. Pass -v (verbose mode) as an option to the yum command to list more information.

情深已缘浅 2024-11-08 20:02:40

正如此处提到的::

  • Ubuntu 本身使用 deb 软件包,而不是 rpm。 yum 适用于 redhat rpm 变体。
  • yum 是 RHEL 派生发行版和 Fedora 上的包管理工具,Ubuntu 使用 apt 代替。

因此,仍然使用 apt (请参阅 apt-get HowTo)推荐的包管理。

As mentioned here::

  • Ubuntu natively uses deb packages, not rpm. yum is for the redhat rpm variant.
  • yum is the package management tool on RHEL-derived distributions and Fedora, Ubuntu uses apt instead.

So using apt (see apt-get HowTo) remains the recommended package management.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文