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

Last updated: October 08,2024

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

This is a short guide on how to install perl-POE-Component-SimpleLog.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 2:27:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-POE-Component-SimpleLog
Version : 1.05
Release : 35.fc35
Architecture : noarch
Size : 19 k
Source : perl-POE-Component-SimpleLog-1.05-35.fc35.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.