先进入管理员模式
执行:
yum remove firefox
然后用whereis 查看,却发现还是有:
[root@localhost ~]# whereis firefox firefox: /usr/lib64/firefox
再执行
cd /usr/lib64/ rm -rf firefox
CentOS7 卸载Firefox
原文:https://www.cnblogs.com/WindSun/p/10963573.html