Let’s start the discussion about How to remove nginx from ubuntu in following methods.
Contents
remove nginx from ubuntu
Run any of the below commands to remove nginx from Ubuntu.
sudo apt-get remove nginx nginx-common
or
sudo apt-get purge nginx nginx-common
And then run:
sudo apt-get autoremove
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to install OBS on ubuntu