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