宽屏模式

快速查找并卸载Python

一、卸载Python3

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

2、 删除所有残余文件

whereis python3 |xargs rm -frv

3、查看现有安装的python

whereis python

Larwas
请先登录后发表评论
  • latest comments
  • 总共0条评论