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