使用的是 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 ~]#
如何才可以卸載乾淨。
我測試了一下,yum在卸載httpd的時候報錯了一下,提示了一個warning,不過繼續執行成功,但殘留了/etc/httpd目錄,手動rm 刪除它就可以了。同理可辨識Firefox