How To Install perl-Log-Report-Optional on Fedora 36
Introduction
In this tutorial we learn how to install perl-Log-Report-Optional
on Fedora 36.
What is perl-Log-Report-Optional
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 that case, the module using the ‘Optional’ will also use the full Log
We can use yum
or dnf
to install perl-Log-Report-Optional
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Report-Optional.
Install perl-Log-Report-Optional on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Log-Report-Optional
using dnf
by running the following command:
sudo dnf -y install perl-Log-Report-Optional
Install perl-Log-Report-Optional on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Log-Report-Optional
using yum
by running the following command:
sudo yum -y install perl-Log-Report-Optional
How To Uninstall perl-Log-Report-Optional on Fedora 36
To uninstall only the perl-Log-Report-Optional
package we can use the following command:
sudo dnf remove perl-Log-Report-Optional
perl-Log-Report-Optional Package Contents on Fedora 36
/usr/share/doc/perl-Log-Report-Optional
/usr/share/doc/perl-Log-Report-Optional/ChangeLog
/usr/share/doc/perl-Log-Report-Optional/README
/usr/share/doc/perl-Log-Report-Optional/README.md
/usr/share/man/man3/Log::Report::Minimal.3pm.gz
/usr/share/man/man3/Log::Report::Minimal::Domain.3pm.gz
/usr/share/man/man3/Log::Report::Optional.3pm.gz
/usr/share/man/man3/Log::Report::Util.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Report
/usr/share/perl5/vendor_perl/Log/Report/Minimal
/usr/share/perl5/vendor_perl/Log/Report/Minimal.pm
/usr/share/perl5/vendor_perl/Log/Report/Minimal.pod
/usr/share/perl5/vendor_perl/Log/Report/Minimal/Domain.pm
/usr/share/perl5/vendor_perl/Log/Report/Minimal/Domain.pod
/usr/share/perl5/vendor_perl/Log/Report/Optional.pm
/usr/share/perl5/vendor_perl/Log/Report/Optional.pod
/usr/share/perl5/vendor_perl/Log/Report/Util.pm
/usr/share/perl5/vendor_perl/Log/Report/Util.pod
References
Summary
In this tutorial we learn how to install perl-Log-Report-Optional
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).