How To Install perl-Log-Any on Fedora 36

In this tutorial we learn how to install perl-Log-Any in Fedora 36. perl-Log-Any is Bringing loggers and listeners together

Introduction

In this tutorial we learn how to install perl-Log-Any on Fedora 36.

What is perl-Log-Any

Log letting the application choose (or decline to choose) a logging mechanism such as Log

We can use yum or dnf to install perl-Log-Any on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Any.

Install perl-Log-Any 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-Any using dnf by running the following command:

sudo dnf -y install perl-Log-Any

Install perl-Log-Any 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-Any using yum by running the following command:

sudo yum -y install perl-Log-Any

How To Uninstall perl-Log-Any on Fedora 36

To uninstall only the perl-Log-Any package we can use the following command:

sudo dnf remove perl-Log-Any

perl-Log-Any Package Contents on Fedora 36

/usr/share/doc/perl-Log-Any
/usr/share/doc/perl-Log-Any/Changes
/usr/share/doc/perl-Log-Any/README
/usr/share/licenses/perl-Log-Any
/usr/share/licenses/perl-Log-Any/LICENSE
/usr/share/man/man3/Log::Any.3pm.gz
/usr/share/man/man3/Log::Any::Adapter.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Base.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Capture.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Development.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::File.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Multiplex.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Null.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Stderr.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Stdout.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Syslog.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Test.3pm.gz
/usr/share/man/man3/Log::Any::Adapter::Util.3pm.gz
/usr/share/man/man3/Log::Any::Manager.3pm.gz
/usr/share/man/man3/Log::Any::Proxy.3pm.gz
/usr/share/man/man3/Log::Any::Proxy::Null.3pm.gz
/usr/share/man/man3/Log::Any::Proxy::Test.3pm.gz
/usr/share/man/man3/Log::Any::Test.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Any
/usr/share/perl5/vendor_perl/Log/Any.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter
/usr/share/perl5/vendor_perl/Log/Any/Adapter.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Base.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Capture.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Development.pod
/usr/share/perl5/vendor_perl/Log/Any/Adapter/File.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Multiplex.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Null.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Stderr.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Stdout.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Syslog.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Test.pm
/usr/share/perl5/vendor_perl/Log/Any/Adapter/Util.pm
/usr/share/perl5/vendor_perl/Log/Any/Manager.pm
/usr/share/perl5/vendor_perl/Log/Any/Proxy
/usr/share/perl5/vendor_perl/Log/Any/Proxy.pm
/usr/share/perl5/vendor_perl/Log/Any/Proxy/Null.pm
/usr/share/perl5/vendor_perl/Log/Any/Proxy/Test.pm
/usr/share/perl5/vendor_perl/Log/Any/Test.pm

References

Summary

In this tutorial we learn how to install perl-Log-Any on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).