How To Install perl-POE-Component-SNMP on Fedora 36

In this tutorial we learn how to install perl-POE-Component-SNMP in Fedora 36. perl-POE-Component-SNMP is POE interface to Net

Introduction

In this tutorial we learn how to install perl-POE-Component-SNMP on Fedora 36.

What is perl-POE-Component-SNMP

POE Most of its arguments aren’t even evaluated by POE, except for -alias and -callback_args, as described in the manpage. If you want to make non-blocking calls with Net this is the module to do it with.

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

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

sudo dnf -y install perl-POE-Component-SNMP

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

sudo yum -y install perl-POE-Component-SNMP

How To Uninstall perl-POE-Component-SNMP on Fedora 36

To uninstall only the perl-POE-Component-SNMP package we can use the following command:

sudo dnf remove perl-POE-Component-SNMP

perl-POE-Component-SNMP Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-SNMP
/usr/share/doc/perl-POE-Component-SNMP/Changes
/usr/share/doc/perl-POE-Component-SNMP/NOTES
/usr/share/doc/perl-POE-Component-SNMP/README
/usr/share/doc/perl-POE-Component-SNMP/eg
/usr/share/doc/perl-POE-Component-SNMP/eg/loadavg_multi_snmp
/usr/share/doc/perl-POE-Component-SNMP/eg/snmp_sample.pl
/usr/share/man/man3/POE::Component::SNMP.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/SNMP
/usr/share/perl5/vendor_perl/POE/Component/SNMP.pm
/usr/share/perl5/vendor_perl/POE/Component/SNMP/Dispatcher.pm

References

Summary

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