Kali Uninstall Nginx

[Solved] Kali Uninstall Nginx | Shell - Code Explorer | yomemimo.com
Question : kali uninstall nginx

Answered by : bored-bug-n8mii2rjf5i8

#### Removes all but config files.
sudo apt-get remove nginx nginx-common
#### Removes everything.
sudo apt-get purge nginx nginx-common
#### After using any of the above commands, use this in order to remove dependencies used by nginx which are no longer required.
sudo apt-get autoremove

Source : https://askubuntu.com/questions/235347/what-is-the-best-way-to-uninstall-nginx | Last Update : Tue, 24 Aug 21

Answers related to kali uninstall nginx

Code Explorer Popular Question For Shell