linux - python:卸载

Posted 萧韶九成

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux - python:卸载相关的知识,希望对你有一定的参考价值。

[[email protected] ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联
[[email protected] ~]# whereis python |xargs rm -frv ##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令
[[email protected] ~]# whereis python ##验证删除,返回无结果



以上是关于linux - python:卸载的主要内容,如果未能解决你的问题,请参考以下文章

如何卸载linux系统自带的python

python | Linux的上的MongoDB的安装与卸载

linux_ubuntu16.04简单卸载python3。

在Linux中如果把Python卸载了系统还能正常运行吗

Python卸载Python

Python在Linux下编译安装