一、卸载Python3

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


2、whereis python3 |xargs rm -frv 删除所有残余文件
成功卸载!


3、whereis python 查看现有安装的python

 

相关文章:

  • 2022-12-23
  • 2022-02-16
  • 2021-12-05
  • 2021-12-12
  • 2021-12-13
  • 2021-05-26
  • 2021-11-28
  • 2021-07-10
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-01-24
  • 2021-12-31
  • 2022-12-23
相关资源
相似解决方案