[SOLVED] Can not remove nginx

Started by nephop, July 15, 2015, 06:05:13 AM

Previous topic - Next topic

nephop

Hey can somebody tell me how can i remove nginx. wheneven I type localhost nginx service started I need to run apache any body can help. I tried apt-get remove agnix and other.

darwish

try with:

sudo service nginx stop
sudo apt-get remove --purge nginx nginx-*
sudo apt-get autoremove