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

Last updated: October 09,2024

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

Please follow the guidelines below to install perl-MooseX-Log-Log4perl.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-MooseX-Log-Log4perl.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:44:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-Log-Log4perl
Version : 0.47
Release : 18.fc34
Architecture : noarch
Size : 24 k
Source : perl-MooseX-Log-Log4perl-0.47-18.fc34.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.