How to Install and Uninstall perl-POE-Component-Logger.noarch Package on Fedora 36

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-POE-Component-Logger.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-POE-Component-Logger.noarch on Fedora 36:

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

3. Information about the perl-POE-Component-Logger.noarch package on Fedora 36

Last metadata expiration check: 3:44:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-POE-Component-Logger
Version : 1.10
Release : 30.fc36
Architecture : noarch
Size : 15 k
Source : perl-POE-Component-Logger-1.10-30.fc36.src.rpm
Repository : fedora
Summary : A POE logging class
URL : https://metacpan.org/release/POE-Component-Logger
License : GPL+ or Artistic
Description : POE::Component::Logger provides a simple logging component that uses
: Log::Dispatch::Config to drive it, allowing you to log to multiple places at
: once (e.g. to STDERR and Syslog at the same time) and also to flexibly define
: your logger's output.
:
: It is very simple to use, because it creates a Logger::log method (yes, this
: is namespace corruption, so shoot me). If you don't like this, feel free to
: post directly to your logger as follows:
:
: $kernel->post('logger', 'log', "An error occurred: $!");
:
: All logging is done in the background, so don't expect immediate output -
: the output will only occur after control goes back to the kernel so it can
: process the next event.