search

Home  >  Q&A  >  body text

centos - linux 卸载了软件之后 whereis firefox 还是可以看到

使用的是 linux centos 7.
先使用

yum -y install firefox
yum -y install httpd

然后卸载执行了:

yum remove firefox
yum remove httpd

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

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

如何才可以卸载干净。

为情所困为情所困2813 days ago823

reply all(1)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-04-25 09:03:14

    I tested it. When yum uninstalled httpd, it reported an error and prompted a warning. However, the execution continued successfully, but the /etc/httpd directory remained. Manual rm to delete it can be done. The same can be learned from Firefox

    reply
    0
  • Cancelreply