Quantcast
Channel: polygun2000的博客
Viewing all articles
Browse latest Browse all 55

干净卸载yum安装的软件包

$
0
0
我在生产环境中一直推荐使用Yum而不是自己去编译。不过在测试环境中,有时为了尝试新软件,使用Yum安装后会装上一堆依赖包,测试完毕后以前是使用yum插件来清理,不过今天发现了一个更好的方法,记录之。

1.使用yum正常安装软件,例如: 
]# yum install tomcat
2.要清理之前输入如下命令:
]# yum history list tomcat
ID     | Command line             | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
     3 | install tomcat           | 2017-03-28 15:15 | I, U           |   56   

3.看到ID那列的数字了吗,只需要输入:
]# yum history undo 3

OK了,系统会将安装tomcat的过程反转过来,即卸载,保证一个不落下的全部卸载干净。

好开心是不是?哈哈,系统管理员永远都能发现自己不懂的知识,学习使人快乐^^

参考文档:
http://www.cnblogs.com/yangjig/p/6089767.html

 

Viewing all articles
Browse latest Browse all 55

Trending Articles