0

How To Completely Remove Apache package On Ubuntu 19.04

Hello.I just want to delete the apache package from my system ubuntu 19.04.I have tried deleting it through remove command ,but still i could see the version of apache package on ubuntu 19.04.How to delete it completely

Apache Add a comment
noah
asked May 29 2019

Answer

0

Just execute the below commands to completely remove the Apache package On Ubuntu 19.04.

apt purge "apache2*" -y

apt autoremove -y
and then check the status of the apache2 where it shows service is not found implying the permanent deletion of Apache2 package on ubuntu 19.04

Add a comment
linuxhelp
asked May 29 2019
Post your Answer