#python3 强制彻底删除现有Python

删除现有Python [root@test ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联 [root@test ~]# whereis python |xargs rm -frv ##删除全部残余文件 ##xargs,容许你对输出执行其余某些命令 [root@test ~]# whereis
相关文章
相关标签/搜索