在 CentOS7 系统中,自带了 Firefox 浏览器,虽然很不错,但并不是每个人都习惯使用 Firefox,想要装其他浏览器使用,并卸载 Firefox ,下面介绍卸载的方法:
首先先使用 root 权限执行:
yum remove firefox
然后用 whereis 查看,却发现还是有:
[root@localhost ~]# whereis firefox
firefox: /usr/lib64/firefox
再执行:
cd /usr/lib64/
rm -rf firefox
即可干净删除 Firefox
其他软件卸载方法类似。
本文介绍了如何在CentOS7系统中卸载预装的Firefox浏览器。首先使用root权限执行`yum remove firefox`,然后通过`whereis`检查,如果仍有残留,进入`/usr/lib64/`目录删除firefox文件夹,从而彻底卸载。
2804

被折叠的 条评论
为什么被折叠?



