Answers for "kali uninstall nginx"

0

kali uninstall nginx

#### 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
Posted by: Guest on August-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language