How to Install and Uninstall perl-MooseX-Log-Log4perl.noarch Package on Fedora 36

Last updated: March 01,2025

1. Install "perl-MooseX-Log-Log4perl.noarch" package

Please follow the instructions below to install perl-MooseX-Log-Log4perl.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Log-Log4perl.noarch

2. Uninstall "perl-MooseX-Log-Log4perl.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-Log-Log4perl.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Log-Log4perl.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Log-Log4perl.noarch package on Fedora 36

Last metadata expiration check: 5:08:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-Log-Log4perl
Version : 0.47
Release : 21.fc36
Architecture : noarch
Size : 23 k
Source : perl-MooseX-Log-Log4perl-0.47-21.fc36.src.rpm
Repository : fedora
Summary : A Logging Role for Moose based on Log::Log4perl
URL : https://metacpan.org/release/MooseX-Log-Log4perl
License : GPL+ or Artistic
Description : A logging role building a very lightweight wrapper to Log::Log4perl for use
: with your the Moose classes. The initialization of the Log4perl instance must
: be performed prior to logging the first log message. Otherwise the default
: initialization will happen, probably not doing the things you expect.
:
: For compatibility the 'logger' attribute can be accessed to use a common
: interface for application logging.
:
: For simple logging needs use MooseX::Log::Log4perl::Easy to directly add
: log_ methods to your class instance.