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