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

noah
asked May 29, 2019
1 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

View More
linuxhelp
answered May 29, 2019
Your Answer
||||
x
 
100:0

Related News in How To Completely Remove Apache package On Ubuntu 19.04

Related News in How To Completely Remove Apache package On Ubuntu 19.04