linux卸载Python3
Posted guo2733
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux卸载Python3相关的知识,希望对你有一定的参考价值。
一、卸载Python3
1、卸载python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 卸载pyhton3
2、whereis python3 |xargs rm -frv 删除所有残余文件
成功卸载!
3、whereis python 查看现有安装的python
以上是关于linux卸载Python3的主要内容,如果未能解决你的问题,请参考以下文章