How To Install perl-Log-Dispatchouli on Fedora 36

In this tutorial we learn how to install perl-Log-Dispatchouli in Fedora 36. perl-Log-Dispatchouli is Simple wrapper around Log

Introduction

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

What is perl-Log-Dispatchouli

Log dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable enough that you can find the logs you want and just easy enough that you will actually log things.

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

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

sudo dnf -y install perl-Log-Dispatchouli

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

sudo yum -y install perl-Log-Dispatchouli

How To Uninstall perl-Log-Dispatchouli on Fedora 36

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

sudo dnf remove perl-Log-Dispatchouli

perl-Log-Dispatchouli Package Contents on Fedora 36

/usr/share/doc/perl-Log-Dispatchouli
/usr/share/doc/perl-Log-Dispatchouli/Changes
/usr/share/doc/perl-Log-Dispatchouli/README
/usr/share/licenses/perl-Log-Dispatchouli
/usr/share/licenses/perl-Log-Dispatchouli/LICENSE
/usr/share/man/man3/Log::Dispatchouli.3pm.gz
/usr/share/man/man3/Log::Dispatchouli::Global.3pm.gz
/usr/share/man/man3/Log::Dispatchouli::Proxy.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Dispatchouli
/usr/share/perl5/vendor_perl/Log/Dispatchouli.pm
/usr/share/perl5/vendor_perl/Log/Dispatchouli/Global.pm
/usr/share/perl5/vendor_perl/Log/Dispatchouli/Proxy.pm

References

Summary

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