Remove Apache Ubuntu

[Solved] Remove Apache Ubuntu | Shell - Code Explorer | yomemimo.com
Question : completely uninstall apache from ubuntu

Answered by : kipngetich-ngeno

sudo apt-get remove --purge apache2 apache2-data apache2-utils

Source : | Last Update : Thu, 22 Jul 21

Question : completely remove apache in ubuntu

Answered by : deepak-kumar-sachan

sudo apt remove --purge apache2
sudo apt autoremove -y

Source : https://askubuntu.com/questions/176964/permanently-removing-apache2 | Last Update : Thu, 10 Feb 22

Answers related to remove apache ubuntu

Code Explorer Popular Question For Shell