我执行了以下命令apt-get remove apache2
,但当我输入service --status-all
apache2 时它仍然在列表中。如何才能完全卸载 apache2?
答案1
但是,当您运行时apt-get remove apache2
,它仍会留下配置文件。
要完全卸载 apache2 并删除其配置文件,请尝试apt-get purge apache2
。
在尝试上述每个命令之前,请先检查一下man apt-get
以确保所提到的命令能够完成您想要的操作。
答案2
我遇到了类似的问题,我必须运行以下命令:
apt-get remove apache2-utils