Install nginx-light
Installing nginx-light package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nginx-light
nginx-light package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nginx-light |
version | 1.9.10-1 |
description | nginx web/proxy server (basic version) |
subsection | httpd |
website | nginx.net |
maintainer | Kartik Mistry |
Uninstall nginx-light
To remove just nginx-light package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nginx-light
Uninstall nginx-light and it’s dependent packages
To remove the nginx-light package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nginx-light
Purging nginx-light
If you also want to delete configuration and/or data files of nginx-light from Debian Sid then this will work:
sudo apt-get purge nginx-light
To delete configuration and/or data files of nginx-light and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nginx-light