Install nagios3-cgi
Installing nagios3-cgi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nagios3-cgi
nagios3-cgi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nagios3-cgi |
version | 3.5.1.dfsg-2.1+b1 |
description | cgi files for nagios3 |
subsection | net |
website | nagios.org |
maintainer | Debian Nagios Maintainer Group |
Uninstall nagios3-cgi
To remove just nagios3-cgi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nagios3-cgi
Uninstall nagios3-cgi and it’s dependent packages
To remove the nagios3-cgi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nagios3-cgi
Purging nagios3-cgi
If you also want to delete configuration and/or data files of nagios3-cgi from Debian Sid then this will work:
sudo apt-get purge nagios3-cgi
To delete configuration and/or data files of nagios3-cgi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nagios3-cgi