yum安装低版本软件包_在Yum中安装软件包的特定旧版本

yum安装低版本软件包

We may need to install some old packages such as the kernel in our Linux box. Let’s use installing a older version of Linux kernel in Fedora as the example to introduce how to install old packages from the repository using yum.

我们可能需要在Linux框中安装一些旧软件包,例如内核。 让我们以在Fedora中安装旧版本的Linux内核为例,介绍如何使用yum从存储库安装旧软件包。

By now, suppose we have install kernel-2.6.32.16-143 in the Linux box and we want to install some older kernel in the repository.

到目前为止,假设我们已经在Linux框中安装了kernel-2.6.32.16-143,并且我们想在存储库中安装一些较旧的内核。

First find out all the kernels in the repository by:

首先通过以下方法找出存储库中的所有内核:

All the kernel packages will be listed like this:

将列出所有内核软件包,如下所示:

We find out that 2.6.31.5-127.fc12 kernel package is available. We can install it now:

我们发现2.6.31.5-127.fc12内核软件包可用。 我们现在可以安装它:

Then yum will install the kernel of older version. For other packages, the method is similar with kernel. We just need to replace kernel with the package name above.

然后,yum将安装旧版本的内核。 对于其他软件包,该方法与内核相似。 我们只需要用上面的软件包名称替换内核。

翻译自: https://www.systutorials.com/installing-specific-old-versions-of-packages-in-yum/

yum安装低版本软件包

文章知识点与官方知识档案匹配,可进一步学习相关知识算法技能树首页概览35082 人正在系统学习中 相关资源:苹果版软件下载器_ios6版软件合集-其它工具类资源-CSDN文库

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2020年6月16日
下一篇 2020年6月16日

相关推荐