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