How To Install perl-POE-Loop-Event on Rocky Linux 8

In this tutorial we learn how to install perl-POE-Loop-Event on Rocky Linux 8. perl-POE-Loop-Event is Bridge that allows POE to be driven by Event.pm

Introduction

In this tutorial we learn how to install perl-POE-Loop-Event on Rocky Linux 8.

What is perl-POE-Loop-Event

POE Therefore it has no documentation of its own. Please see POE more details.

We can use yum or dnf to install perl-POE-Loop-Event on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-POE-Loop-Event.

Install perl-POE-Loop-Event on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-POE-Loop-Event using dnf by running the following command:

sudo dnf -y install perl-POE-Loop-Event

Install perl-POE-Loop-Event on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-POE-Loop-Event using yum by running the following command:

sudo yum -y install perl-POE-Loop-Event

How To Uninstall perl-POE-Loop-Event on Rocky Linux 8

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

sudo dnf remove perl-POE-Loop-Event

perl-POE-Loop-Event Package Contents on Rocky Linux 8

/usr/share/doc/perl-POE-Loop-Event
/usr/share/doc/perl-POE-Loop-Event/CHANGES
/usr/share/doc/perl-POE-Loop-Event/README
/usr/share/man/man3/POE::Loop::Event.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Loop
/usr/share/perl5/vendor_perl/POE/Loop/Event.pm

References

Summary

In this tutorial we learn how to install perl-POE-Loop-Event on Rocky Linux 8 using yum and dnf.