CentOS7 卸载Firefox浏览器
先进入终端,执行:
yum remove firefox
然后用whereis 查看:
[root@localhost ~]# whereis firefox firefox: /usr/lib64/firefox
再执行
cd /usr/lib64/ rm -rf firefox
即可干净删除firefox;
先进入终端,执行:
yum remove firefox
然后用whereis 查看:
[root@localhost ~]# whereis firefox firefox: /usr/lib64/firefox
再执行
cd /usr/lib64/ rm -rf firefox
即可干净删除firefox;