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

Last updated: June 29,2024

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

This guide covers the steps necessary to install perl-Log-Dispatch-FileRotate.noarch on Oracle Linux 9

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

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

This guide let you learn how to uninstall perl-Log-Dispatch-FileRotate.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:34:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Log-Dispatch-FileRotate
Version : 1.38
Release : 1.el9
Architecture : noarch
Size : 33 k
Source : perl-Log-Dispatch-FileRotate-1.38-1.el9.src.rpm
Repository : epel
Summary : Log to files that archive/rotate themselves
URL : https://metacpan.org/release/Log-Dispatch-FileRotate
License : GPL+ or Artistic
Description : This module provides a simple object for logging to files under the
: Log::Dispatch::* system, and automatically rotating them according to
: different constraints. This is basically a Log::Dispatch::File wrapper
: with additions.