Yum源及安裝html
安裝過程在以前就有大牛講過了!這裏就不作闡述了。具體能夠參考:linux
Redhat 7使用CentOS 7的Yum網絡源centos
問題闡述網絡
按照上述方法安裝,應該是不會有問題的。可是本小白在安裝的時候出錯了!htm
[root@linuxprobe~]# rpm -ivh yum-fastestmirror-1.1.26-11.el6.centos.noarch.rpm error: Failed dependencies: yum >= 3.0 is needed by yum-fastestmirror-1.1.26-11.el6.centos.noarch [root@linuxprobe~]# rpm -ivh yum-3.2.27-14.el6.centos.noarch.rpm error: Failed dependencies: yum-fastestmirror is needed by yum-3.2.27-14.el6.centos.noarch
反覆操做後仍然無果……,實在沒有辦法決定暫時不處理。ci
問題解決get
後來,在網上無心看到rpm後添加兩個文件執行,決定本身嘗試一下:ast
[root@localhost rpm]# rpm -ivh yum-3.2.27-14.el6.centos.noarch.rpm yum-fastestmirror-1.1.26-11.el6.centos.noarch.rpm
隨後看到的結果:test
Preparing... ########################################### [100%] 1:yum-fastestmirror ########################################### [ 50%] 2:yum ########################################### [100%]
至此Yum安裝過程當中被須要問題解決了!
本文地址:http://www.linuxprobe.com/yum-error-solve.htmlnetwork