linux卸载Python3
卸载Python3:1、卸载python3rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 卸载pyhton32、whereis python3 |xargs rm -frv 删除所有残余文件成功卸载!3、whereis python 查看现有安装的python...
·
卸载Python3:
1、卸载python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 卸载pyhton3
2、whereis python3 |xargs rm -frv 删除所有残余文件
成功卸载!
3、whereis python 查看现有安装的python
更多推荐
已为社区贡献4条内容
所有评论(0)