https://www.cnblogs.com/xuexianqi/p/13392975.html

1.使用yum remove卸载

yum remove python2

如有报错,尝试下面的方法

CentOS7卸载Python2.7

2.使用rpm命令

rpm -e --nodeps python
然后输入下方命令,找到残留文件路径,进行删除
whereis python

CentOS7卸载Python2.7

可以用FinalShell找到并直接删除

CentOS7卸载Python2.7

相关文章:

  • 2021-11-20
  • 2021-12-25
  • 2021-10-14
  • 2022-02-23
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2021-12-05
  • 2022-01-01
  • 2021-05-06
  • 2022-01-07
  • 2021-05-20
相关资源
相似解决方案