通过互联网在 rhel5.1 中进行 yum

发布于 2024-09-16 16:35:22 字数 127 浏览 7 评论 0原文

我使用的是redhat 5.1版本。我需要从互联网上自动下载的rpm 类似于centos和ubuntu。看看我有一个旧的海湾合作委员会。编译器我想下载最新的 使用此 yum 实用程序与我的 rhel 5.1 兼容的版本。请建议 苏尼尔

i am using redhat 5.1 versions .i need the rpm that automatically download from internet
similar to centos and ubuntu. see i have an old gcc. compiler i want to download the latest
version compatible to my rhel 5.1 with this yum utility.please suggest
sunil

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

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

发布评论

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

评论(1

旧时模样 2024-09-23 16:35:22

如果您升级正在使用的 yum 版本(RHEL-5.2 中的版本可能就足够了,但 5.4+ 会更好),您可以运行:

yum --showduplicates list gcc

...然后安装/升级/降级到具体版本。如果您想要的版本在 RHEL 中不可用,那么我会严重警告不要使用它...但是即使如此,您也应该能够手动下载 rpm 并使用“yum downgrade gcc-blah.rpm”(或安装/etc)移动到它。

If you upgrade the version of yum you are using (the version in RHEL-5.2 might be enough, but 5.4+ would be better) you can run:

yum --showduplicates list gcc

...and then install/upgrade/downgrade to a specific version. If the version you want isn't available in RHEL, then I'd seriously caution against using it ... however even then you should be able to download the rpm manually and use "yum downgrade gcc-blah.rpm" (or install/etc) to move to it.

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