How To Install perl-Nagios-NSCA on Fedora 36

In this tutorial we learn how to install perl-Nagios-NSCA in Fedora 36. perl-Nagios-NSCA is Nagios

Introduction

In this tutorial we learn how to install perl-Nagios-NSCA on Fedora 36.

What is perl-Nagios-NSCA

Nagios

We can use yum or dnf to install perl-Nagios-NSCA on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Nagios-NSCA.

Install perl-Nagios-NSCA on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Nagios-NSCA using dnf by running the following command:

sudo dnf -y install perl-Nagios-NSCA

Install perl-Nagios-NSCA on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Nagios-NSCA using yum by running the following command:

sudo yum -y install perl-Nagios-NSCA

How To Uninstall perl-Nagios-NSCA on Fedora 36

To uninstall only the perl-Nagios-NSCA package we can use the following command:

sudo dnf remove perl-Nagios-NSCA

perl-Nagios-NSCA Package Contents on Fedora 36

/usr/share/doc/perl-Nagios-NSCA
/usr/share/doc/perl-Nagios-NSCA/send_nsca
/usr/share/perl5/vendor_perl/Nagios
/usr/share/perl5/vendor_perl/Nagios/NSCA
/usr/share/perl5/vendor_perl/Nagios/NSCA/Base.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/Base.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/CommandLine.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/Config.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/Encrypt.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/InputFilter.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/Server.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Client/Settings.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/DataPacket.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/Encrypt.pm
/usr/share/perl5/vendor_perl/Nagios/NSCA/InitPacket.pm

References

Summary

In this tutorial we learn how to install perl-Nagios-NSCA on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).