How to Install and Uninstall perl-Log-Dispatch.noarch Package on Oracle Linux 8

Last updated: November 30,2024

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

Learn how to install perl-Log-Dispatch.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Log-Dispatch.noarch on Oracle Linux 8:

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

3. Information about the perl-Log-Dispatch.noarch package on Oracle Linux 8

Last metadata expiration check: 2:44:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Log-Dispatch
Version : 2.68
Release : 1.el8
Architecture : noarch
Size : 91 k
Source : perl-Log-Dispatch-2.68-1.el8.src.rpm
Repository : epel
Summary : Dispatches messages to one or more outputs
URL : https://metacpan.org/release/Log-Dispatch
License : Artistic 2.0
Description : Log::Dispatch is a suite of OO modules for logging messages to
: multiple outputs, each of which can have a minimum and maximum log
: level. It is designed to be easily subclassed, both for creating a
: new dispatcher object and particularly for creating new outputs.