卸载Centos7自带的python3.6
By 水木神風
at 2023-08-04 • 0人收藏 • 568人看过
1.卸载python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps
2.删除所有残余文件
whereis python3 |xargs rm -frv
3.查看现有安装的python,验证是否删除干净
whereis python
登录后方可回帖
godwind工作纪要
1.卸载python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps
2.删除所有残余文件
whereis python3 |xargs rm -frv
3.查看现有安装的python,验证是否删除干净
whereis python
登录后方可回帖
hjpp.net Powered By © 2006-2015 Carbon Forum V5.0.1 论坛统计
Processed in 13.119 ms,
4 SQL Queries,
505.49 KB Memory Usage