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