CentOS7 卸载Firefox

先进入管理员模式

执行:

yum remove firefox

然后用whereis 查看,却发现还是有:

[root@localhost ~]# whereis firefox
firefox: /usr/lib64/firefox

再执行

cd /usr/lib64/
rm -rf firefox
即可干净删除firefox
 
其他软件卸载方法类似。
原文地址:https://www.cnblogs.com/WindSun/p/10963573.html