赞
踩
1.我们来卸载用yum安装的软件:
yum remove 软件名字;
rpm -e 软件名;
3.如果是用tar包安装的软件呢,则使用make uninstall 软件名称来卸载,直接删除也可以的;
make uninstall 软件名称;