Remove Nginx From Ubuntu

[Solved] Remove Nginx From Ubuntu | Shell - Code Explorer | yomemimo.com
Question : remove nginx from ubuntu

Answered by : snippets

sudo apt-get remove nginx nginx-common
or
sudo apt-get purge nginx nginx-common
sudo apt-get autoremove

Source : | Last Update : Sun, 07 Mar 21

Question : uninstall nginx

Answered by : terrible-tapir

sudo apt-get purge nginx nginx-common

Source : https://askubuntu.com/questions/235347/what-is-the-best-way-to-uninstall-nginx | Last Update : Sat, 21 Nov 20

Question : remove nginx

Answered by : snippets

sudo apt-get remove nginx* --purge

Source : | Last Update : Sun, 06 Dec 20

Answers related to remove nginx from ubuntu

Code Explorer Popular Question For Shell