shabake

centos如何卸载软件

需要看你的软件包格式:

如果你带有yum,可以直接yum remove xxx
如果是rpm包,rpm -e xxx
tar包的话需要你直接删除该文件或者make uninstall xxx
常见的就这三种

分类:

技术点:

相关文章: