How to Install and Uninstall perl-POE-Component-SimpleLog.noarch Package on Fedora 38

Last updated: January 18,2025

1. Install "perl-POE-Component-SimpleLog.noarch" package

In this section, we are going to explain the necessary steps to install perl-POE-Component-SimpleLog.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-POE-Component-SimpleLog.noarch

2. Uninstall "perl-POE-Component-SimpleLog.noarch" package

Please follow the guidelines below to uninstall perl-POE-Component-SimpleLog.noarch on Fedora 38:

$ sudo dnf remove perl-POE-Component-SimpleLog.noarch $ sudo dnf autoremove

3. Information about the perl-POE-Component-SimpleLog.noarch package on Fedora 38

Last metadata expiration check: 0:36:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-POE-Component-SimpleLog
Version : 1.05
Release : 39.fc38
Architecture : noarch
Size : 19 k
Source : perl-POE-Component-SimpleLog-1.05-39.fc38.src.rpm
Repository : fedora
Summary : A simple logging system for POE
URL : https://metacpan.org/release/POE-Component-SimpleLog
License : GPL+ or Artistic
Description : 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.