码迷,mamicode.com
首页 > 编程语言 > 详细

linux - python:卸载

时间:2018-11-15 13:35:27      阅读:338      评论:0      收藏:0      [点我收藏+]

标签:允许   程序   python   安装   删除   family   mic   roo   root   

[root@test ~]# rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps ##强制删除已安装程序及其关联
[root@test ~]# whereis python |xargs rm -frv ##删除所有残余文件 ##xargs,允许你对输出执行其他某些命令
[root@test ~]# whereis python ##验证删除,返回无结果

linux - python:卸载

标签:允许   程序   python   安装   删除   family   mic   roo   root   

原文地址:https://www.cnblogs.com/7q4w1e/p/9962611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!