Horje
kali uninstall nginx Code Example
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




Shell

Related
Enter new UNIX username: Code Example Enter new UNIX username: Code Example
emogi app linux Code Example emogi app linux Code Example
nmap problem binding to interface Code Example nmap problem binding to interface Code Example
how to install app from android phone programmatically Code Example how to install app from android phone programmatically Code Example
BertinAm github Code Example BertinAm github Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10