centos7.4 重新安装 yum和 python
centos 7.4 自带 python2.7
rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps 删除 python
whereis python |xargs rm -frv 删除
whereis python 检查 Python
rpm -qa|grep yum|xargs rpm -ev --allmatches --nodeps 卸载yum 相关包
whereis yum |xargs rm -frv 检查yum 是否
原创
2021-05-06 11:42:59 ·
151 阅读 ·
0 评论