How To Install perl-Object-Event on Fedora 36

In this tutorial we learn how to install perl-Object-Event in Fedora 36. perl-Object-Event is Class that provides an event callback interface

Introduction

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

What is perl-Object-Event

This module was mainly written for Net and BS to provide a consistent API for registering and emitting events. Even though I originally wrote it for those modules I released it separately in case anyone may find this module useful.

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

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

sudo dnf -y install perl-Object-Event

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

sudo yum -y install perl-Object-Event

How To Uninstall perl-Object-Event on Fedora 36

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

sudo dnf remove perl-Object-Event

perl-Object-Event Package Contents on Fedora 36

/usr/share/doc/perl-Object-Event
/usr/share/doc/perl-Object-Event/Changes
/usr/share/doc/perl-Object-Event/README
/usr/share/man/man3/Object::Event.3pm.gz
/usr/share/perl5/vendor_perl/Object
/usr/share/perl5/vendor_perl/Object/Event.pm

References

Summary

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