卸载Python3
1、卸载python3

rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 

2、删除所有残余文件

whereis python3 |xargs rm -frv 

成功卸载!

3、查看现有安装的python

whereis python 
最后修改:2022 年 03 月 22 日
如果觉得我的文章对你有用,请随意赞赏