Linux 卸载
Posted 思此狂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 卸载相关的知识,希望对你有一定的参考价值。
stop 服务
rpm -e --nodeps 卸载
yum -y remove
如果还不行就用这个
yum --setopt=tsflags=noscripts remove vsftpd
参考http://www.linux-pages.com/2012/08/error-in-preun-scriptlet-file-was-supposed-to-be-removed-but-is-not/
以上是关于Linux 卸载的主要内容,如果未能解决你的问题,请参考以下文章