Well i installed apache2 by typing
sudo apt-get install apache2
now i am tring to uninstall apache2 by this command
sudo apt-get autoremove apache2
Well my apache2 is still running. And when i stop it vie typing
sudo service apache2 stop
it stops, and i can also start it typing
sudo service apache2 start
Whats the point of auto remove anyway? and how to remove apache2 ?
nihan@heel:~/dev/app/website$ sudo apt-get remove apache2 Reading package lists... Done Building dependency tree Reading state information... Done Package 'apache2' is not installed, so not removed
But i can start and stop it! – Katrina Mcmahon Oct 08 '13 at 08:44apache2-mpm-prefork
) so an autoremove after removingapache2
should do the trick. This all sounds familiar because I've already answered this elsewhere. That's the question I've closed this one against. – Oli Oct 08 '13 at 08:50