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