How To Install perl-Mon on Fedora 36

In this tutorial we learn how to install perl-Mon in Fedora 36. perl-Mon is Mon Perl module

Introduction

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

What is perl-Mon

This is the Perl5 module for interfacing with the Mon system monitoring package. Currently only the client interface is implemented, but more things like special logging routines and persistent monitors are being considered.

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

Install perl-Mon 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-Mon using dnf by running the following command:

sudo dnf -y install perl-Mon

Install perl-Mon 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-Mon using yum by running the following command:

sudo yum -y install perl-Mon

How To Uninstall perl-Mon on Fedora 36

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

sudo dnf remove perl-Mon

perl-Mon Package Contents on Fedora 36

/usr/share/doc/perl-Mon
/usr/share/doc/perl-Mon/CHANGES
/usr/share/doc/perl-Mon/COPYING
/usr/share/doc/perl-Mon/COPYRIGHT
/usr/share/doc/perl-Mon/README
/usr/share/doc/perl-Mon/VERSION
/usr/share/doc/perl-Mon/monperl.prj
/usr/share/man/man3/Mon::Client.3pm.gz
/usr/share/man/man3/Mon::Protocol.3pm.gz
/usr/share/man/man3/Mon::SNMP.3pm.gz
/usr/share/perl5/vendor_perl/Mon
/usr/share/perl5/vendor_perl/Mon/Client.pm
/usr/share/perl5/vendor_perl/Mon/Protocol.pm
/usr/share/perl5/vendor_perl/Mon/SNMP.pm

References

Summary

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