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