How to Install and Uninstall perl-Log-Report-Optional.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "perl-Log-Report-Optional.noarch" package

Learn how to install perl-Log-Report-Optional.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Log-Report-Optional.noarch

2. Uninstall "perl-Log-Report-Optional.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Log-Report-Optional.noarch on Fedora 35:

$ sudo dnf remove perl-Log-Report-Optional.noarch $ sudo dnf autoremove

3. Information about the perl-Log-Report-Optional.noarch package on Fedora 35

Last metadata expiration check: 0:03:07 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Log-Report-Optional
Version : 1.07
Release : 4.fc35
Architecture : noarch
Size : 30 k
Source : perl-Log-Report-Optional-1.07-4.fc35.src.rpm
Repository : fedora
Summary : Base class for large Log::Report and simple Log::Report::Minimal
URL : https://metacpan.org/release/Log-Report-Optional
License : GPL+ or Artistic
Description : This module will allow libraries (helper modules) to have a dependency to a
: small module instead of the full Log-Report distribution. The full power of
: Log::Report is only released when the main program uses that module. In
: that case, the module using the 'Optional' will also use the full
: Log::Report, otherwise the dressed-down Log::Report::Minimal version.