一、卸载Python3
1、rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps
#卸载pyhton3
2、whereis python3 |xargs rm -frv
#删除所有残余文件
3、whereis python
#查看现有安装的python
一、卸载Python3
1、rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps
#卸载pyhton3
2、whereis python3 |xargs rm -frv
#删除所有残余文件
3、whereis python
#查看现有安装的python
本文标题:linux卸载Python3
本文链接:https://www.haomeiwen.com/subject/qyxjyhtx.html
网友评论