How to Install and Uninstall perl-Nagios-Plugin Package on openSUSE Leap

Last updated: May 04,2024

1. Install "perl-Nagios-Plugin" package

Here is a brief guide to show you how to install perl-Nagios-Plugin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Nagios-Plugin

2. Uninstall "perl-Nagios-Plugin" package

Please follow the step by step instructions below to uninstall perl-Nagios-Plugin on openSUSE Leap:

$ sudo zypper remove perl-Nagios-Plugin

3. Information about the perl-Nagios-Plugin package on openSUSE Leap

Information for package perl-Nagios-Plugin:
-------------------------------------------
Repository : Main Repository
Name : perl-Nagios-Plugin
Version : 0.36-bp155.2.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 105.1 KiB
Installed : No
Status : not installed
Source package : perl-Nagios-Plugin-0.36-bp155.2.8.src
Upstream URL : http://search.cpan.org/perldoc?Nagios%3A%3APlugin
Summary : A family of perl modules to streamline writing Nagios plugins
Description :
Nagios::Plugin and its associated Nagios::Plugin::* modules are a family of
perl modules to streamline writing Nagios plugins. The main end user modules
are Nagios::Plugin, providing an object-oriented interface to the entire
Nagios::Plugin::* collection, and Nagios::Plugin::Functions, providing a
simpler functional interface to a useful subset of the available functionality.
The purpose of the collection is to make it as simple as possible for
developers to create plugins that conform the Nagios Plugin guidelines
(http://nagiosplug.sourceforge.net/developer-guidelines.html).