1 Answer
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
Your Answer
x