How to Install and Uninstall perl-Log-Dispatch-Perl.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Log-Dispatch-Perl.noarch" package

This tutorial shows how to install perl-Log-Dispatch-Perl.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Log-Dispatch-Perl.noarch

2. Uninstall "perl-Log-Dispatch-Perl.noarch" package

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

$ sudo dnf remove perl-Log-Dispatch-Perl.noarch $ sudo dnf autoremove

3. Information about the perl-Log-Dispatch-Perl.noarch package on Fedora 36

Last metadata expiration check: 3:21:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Log-Dispatch-Perl
Version : 0.05
Release : 7.fc36
Architecture : noarch
Size : 21 k
Source : perl-Log-Dispatch-Perl-0.05-7.fc36.src.rpm
Repository : fedora
Summary : Use core Perl functions for logging
URL : https://metacpan.org/release/Log-Dispatch-Perl
License : GPL+ or Artistic
Description : The "Log::Dispatch::Perl" module offers a logging alternative using
: standard Perl core functions. It allows you to fall back to the common Perl
: alternatives for logging, such as "warn" and "cluck". It also adds the
: possibility for a logging action to halt the current environment, such as
: with "die" and "croak".