delete apache2 ubuntu code example
Example 1: remove apache2 from ubuntu
$ sudo systemctl stop apache2
$ sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
$ sudo apt-get autoremove
$ which apache2
$ sudo systemctl start apache2
Example 2: remove apache ubuntu
sudo apt autoremove
sudo apt remove apache2
sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
Example 3: uninstall apache2 ubuntu
$ sudo systemctl stop apache2
$ sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
$ sudo apt-get autoremove
$ which apache2
$ sudo systemctl start apache2
@Oceangreen Technology - We Work For Excellence