Linux下如何卸载python3

1、卸载python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps

2、 删除所有残余文件

whereis python3 |xargs rm -frv

3、查看现有安装的python

whereis python

posted @ 2021-10-04 15:38  Henry`  阅读(2865)  评论(0编辑  收藏  举报