How To Install perl-Event-Lib on Fedora 36

In this tutorial we learn how to install perl-Event-Lib in Fedora 36. perl-Event-Lib is Perl wrapper around libevent

Introduction

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

What is perl-Event-Lib

This module is a Perl wrapper around libevent(3) as available from http whenever a given event on a filehandle happens, a timeout occurs or a signal is received.

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

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

sudo dnf -y install perl-Event-Lib

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

sudo yum -y install perl-Event-Lib

How To Uninstall perl-Event-Lib on Fedora 36

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

sudo dnf remove perl-Event-Lib

perl-Event-Lib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/5e25c1a66da7a48c31974c5c62e8c026761f20
/usr/lib64/perl5/vendor_perl/Event
/usr/lib64/perl5/vendor_perl/Event/Lib.pm
/usr/lib64/perl5/vendor_perl/auto/Event
/usr/lib64/perl5/vendor_perl/auto/Event/Lib
/usr/lib64/perl5/vendor_perl/auto/Event/Lib/Lib.so
/usr/share/doc/perl-Event-Lib
/usr/share/doc/perl-Event-Lib/Changes
/usr/share/doc/perl-Event-Lib/README
/usr/share/man/man3/Event::Lib.3pm.gz

References

Summary

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