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