Python --- 卸载

Posted yaradish

tags:

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

python的卸载

1、?  rpm -qa|grep python3.6|xargs rpm -ev --allmatches --nodeps   ##强制删除已安装程序及其关联

2、?  whereis python3.6 |xargs rm -frv     允许你对输出执行其他某些命令

3、?  whereis python ##验证删除,返回无结果

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