OrangeSummer's Blog

Home

❯

备忘

❯

Linux 完全卸载 Python

Linux 完全卸载 Python

2026年9月16日1分钟阅读

卸载 Python3

rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps      卸载pyhton3
whereis python3 |xargs rm -frv                                删除所有残余文件
# 成功卸载!
whereis python                                                查看现有安装的python

如果是卸载 Python,就将上面代码中的3去掉。

转载自centos7 下 yum安装与卸载python3 - Sureing - 博客园 (cnblogs.com)


关系图谱

Created with Quartz v5.0.0 © 2026

  • GitHub