码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS7 卸载Firefox

时间:2019-06-02 18:12:23      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:dem   contain   其他   localhost   管理员   class   default   data   script   

先进入管理员模式

执行:

yum remove firefox

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

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

再执行

cd /usr/lib64/
rm -rf firefox
即可干净删除firefox
 
其他软件卸载方法类似。

CentOS7 卸载Firefox

标签:dem   contain   其他   localhost   管理员   class   default   data   script   

原文地址:https://www.cnblogs.com/WindSun/p/10963573.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!