rpm -aq|grep yum|xargs rpm -e –nodeps
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-81.el6.centos.noarch.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-40.el6.noarch.rpm
wget http://mirrors.163.com/centos/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm
rpm -ivh python-iniparse-0.3.1-2.1.el6.noarch.rpm
rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
|
下面安装失败了
# rpm -ivh yum-3.2.29-81.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-37.el6.noarch.rpm
warning: yum-3.2.29-81.el6.centos.noarch.rpm:Header V3 RSA
/SHA1
Signature, key ID c105b9de: NOKEY
error: Failed dependencies:
python-urlgrabber >= 3.9.1-10 is needed byyum-3.2.29-81.el6.centos.noarch
You have new mail
in
/var/spool/mail/root
|
http://mirrors.163.com/centos/6/os/x86_64/Packages/python-urlgrabber-3.9.1-11.el6.noarch.rpm
# rpm -ivh python-urlgrabber-
3.9
.
1
-
11
.el6.noarch.rpm
warning:python-urlgrabber-
3.9
.
1
-
11
.el6.noarch.rpm: Header V3 RSA/SHA1 Signature, key IDc105b9de: NOKEY
Preparing... ########################################### [
100
%]
file /usr/lib/python2.
6
/site-packages/urlgrabber/grabber.py from installof python-urlgrabber-
3.9
.
1
-
11
.el6.noarch conflicts with file from packagepython-urlgrabber-
3.9
.
1
-
9
.el6.noarch
file /usr/lib/python2.
6
/site-packages/urlgrabber/grabber.pyc frominstall of python-urlgrabber-
3.9
.
1
-
11
.el6.noarch conflicts with file frompackage python-urlgrabber-
3.9
.
1
-
9
.el6.noarch
file /usr/lib/python2.
6
/site-packages/urlgrabber/grabber.pyo frominstall of python-urlgrabber-
3.9
.
1
-
11
.el6.noarch conflicts with file frompackage python-urlgrabber-
3.9
.
1
-
9
.el6.noarch
file /usr/lib/python2.
6
/site-packages/urlgrabber/progress.pyc frominstall of python-urlgrabber-
3.9
.
1
-
11
.el6.noarch conflicts with file frompackage python-urlgrabber-
3.9
.
1
-
9
.el6.noarch
file /usr/lib/python2.
6
/site-packages/urlgrabber/progress.pyo frominstall of python-urlgrabber-
3.9
.
1
-
11
.el6.noarch conflicts with file frompackage python-urlgrabber-
3.9
.
1
-
9
.el6.noarch
|
wget ftp://mirror.switch.ch/pool/4/mirror/scientificlinux/6.5/x86_64/updates/security/python-2.6.6-64.el6.x86_64.rpm
----查看当前python rpm版本----
------------
#rpm -e python-2.6.6-52.el6.x86_64 --nodeps
# rpm -ivh python-2.6.6-64.el6.x86_64.rpm
|
# rpm -ivh python-libs-
2.6
.
6
-
64
.el6.x86_64.rpm python-
2.6
.
6
-
64
.el6.x86_64.rpm --nodeps --force
|
warning:python-libs-
2.6
.
6
-
64
.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key IDc105b9de: NOKEY
Preparing... ########################################### [
100
%]
1
:python ########################################### [
50
%]
2
:python-libs ########################################### [
100
%]
|
# rpm -ivh python-urlgrabber-
3.9
.
1
-
11
.el6.noarch.rpm --nodeps --force
warning:python-urlgrabber-
3.9
.
1
-
11
.el6.noarch.rpm: Header V3 RSA/SHA1 Signature, key IDc105b9de: NOKEY
Preparing... ########################################### [
100
%]
1
:python-urlgrabber ########################################### [
100
%]
|
# rpm -ivh yum-
3.2
.
29
-
81
.el6.centos.noarch.rpm yum-plugin-fastestmirror-
1.1
.
30
-
37
.el6.noarch.rpm
warning:yum-
3.2
.
29
-
81
.el6.centos.noarch.rpm: Header V3 RSA/SHA1 Signature, key IDc105b9de: NOKEY
Preparing... ########################################### [
100
%]
1
:yum-plugin-fastestmirro########################################### [
50
%]
2
:yum ########################################### [
100
%]
|
# rpm -qa | grep subsc*
subscription-manager-
1.12
.
14
-
7
.el6.x86_64
# rpm -e subscription-manager-
1.12
.
14
-
7
.el6.x86_64
|
http://mirrors.163.com/.help/CentOS7-Base-163.repo
把文件里面的$releasever全部替换为版本号:6
yum clean all
yum makecache
yum update
完成