在Ubuntu中卸载Apache2
前面说在在Ubuntu22上安装了Postgresql,顺手还装上了pgAdmin,等卸载了才发现pgAdmin
太臃肿需要依赖apache2
服务,pgadmin
成功卸载了但是apache2
服务始终都在。
比较神奇的是按照传统的卸载方法都没有彻底删除掉apache2
,最后用下面的卸载方法搞定
sudo apt-get purge apache2
或者
sudo apt-get remove --purge apache2 apache2-utils