-
在 CentOS 6 中,重装 Python 和 yum 所需的 yum、Python 包
资源介绍
1.rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps 删除python
2. whereis python |xargs rm -frv 删除所有残余文件
3.rpm -qa|grep yum|xargs rpm -ev --allmatches --nodeps 删除yum
4.解压zip rpm相应包
rpm -Uvh --replacepkgs python*.rpm
rpm -Uvh --force --nodeps --replacepkgs rpm-python*.rpm yum*.rpm