yum安装(sentos7)
Posted 今孝
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum安装(sentos7)相关的知识,希望对你有一定的参考价值。
之前我的yum一直出问题,我就重装了yum,这个教程是我亲自测试过,有用的。
链接:http://blog.csdn.net/iamhuanggua/article/details/60140867
可以参考原网页,我自己再提炼下做笔记。
1. wget http://yum.baseurl.org/download/3.2/yum-3.2.28.tar.gz
2. tar xvf yum-3.2.28.tar.gz
3. touch /etc/yum.conf
4. cd yum-3.2.28
5. ./yummain.py install yum
如果碰到最后一步出现问题,出现以下问题:
1.yummain.py install yum 不能运行的原因 yummain.py not found
参考以下文章:https://www.cnblogs.com/AI-Algorithms/p/3585175.html?utm_source=tuicool
如果下载的连接失效,http://rpmfind.net/linux/rpm2html/search.php?query= 这个网站去搜索下载相关版本的rpm文件,在安装出来就好了。
rpm -ivh 文件名.rpm
以上是关于yum安装(sentos7)的主要内容,如果未能解决你的问题,请参考以下文章