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