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