How to Install and Uninstall perl-Log-Dispatch-FileRotate.noarch Package on Fedora 35

Last updated: July 08,2024

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

In this section, we are going to explain the necessary steps to install perl-Log-Dispatch-FileRotate.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Log-Dispatch-FileRotate.noarch on Fedora 35:

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

3. Information about the perl-Log-Dispatch-FileRotate.noarch package on Fedora 35

Last metadata expiration check: 1:27:57 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Log-Dispatch-FileRotate
Version : 1.38
Release : 2.fc35
Architecture : noarch
Size : 33 k
Source : perl-Log-Dispatch-FileRotate-1.38-2.fc35.src.rpm
Repository : fedora
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.