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

In this tutorial we learn how to install perl-POE-Component-SimpleLog in Fedora 36. perl-POE-Component-SimpleLog is A simple logging system for POE

Introduction

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

What is perl-POE-Component-SimpleLog

This module is a vastly simplified logging system that can do nice stuff. Think of this module as a dispatcher for various logs. This module DOES NOT do anything significant with logs, it simply routes them to the appropriate place ( Events ) You register a log that you are interested in, by telling SimpleLog the target session and target event. Once that is done, any log messages your program generates ( sent to SimpleLog of course ) will be massaged, then sent to the target session / target event for processing. This enables an interesting logging system that can be changed during runtime and allow pluggable interpretation of messages.

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

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

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

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

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

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

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

sudo dnf remove perl-POE-Component-SimpleLog

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

/usr/share/doc/perl-POE-Component-SimpleLog
/usr/share/doc/perl-POE-Component-SimpleLog/Changes
/usr/share/doc/perl-POE-Component-SimpleLog/README
/usr/share/doc/perl-POE-Component-SimpleLog/examples
/usr/share/doc/perl-POE-Component-SimpleLog/examples/log.pl
/usr/share/man/man3/POE::Component::SimpleLog.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/SimpleLog.pm

References

Summary

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