- 卸载自带的Python
rpm -qa | grep python | xargs rpm -e --allmatches --nodeps
- 删除所有与Python相关的文件
whereis python | xargs rm -rf
Linux卸载自带的Python
最新推荐文章于 2025-03-14 10:02:44 发布
rpm -qa | grep python | xargs rpm -e --allmatches --nodeps
whereis python | xargs rm -rf