1. 首页
  2. 操作系统
  3. Linux
  4. python2.6安装包

python2.6安装包

上传者: 2018-12-26 04:20:56上传 ZIP文件 6.49MB 热度 91次
CentOS6.8 卸载Python2.6后,重新安装。python2.6升级后yum不能用。 1、删除现有Python rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 whereis python |xargs rm -frv ##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令 whereis python ##验证删除,返回无结果 2、删除现有的yum rpm -qa|grep yum|xargs rpm -ev --allmatches --nodeps whereis yum |xargs rm -frv 重新安装python2.6 恢复yum
用户评论