How To Install perl-Log-Dispatch-ApacheLog on Fedora 36

In this tutorial we learn how to install perl-Log-Dispatch-ApacheLog in Fedora 36. perl-Log-Dispatch-ApacheLog is Log

Introduction

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

What is perl-Log-Dispatch-ApacheLog

This Perl module enables you to pass messages to Apache’s log object, represented by the Apache

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

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

sudo dnf -y install perl-Log-Dispatch-ApacheLog

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

sudo yum -y install perl-Log-Dispatch-ApacheLog

How To Uninstall perl-Log-Dispatch-ApacheLog on Fedora 36

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

sudo dnf remove perl-Log-Dispatch-ApacheLog

perl-Log-Dispatch-ApacheLog Package Contents on Fedora 36

/usr/share/man/man3/Log::Dispatch::ApacheLog.3pm.gz
/usr/share/perl5/vendor_perl/Log/Dispatch/ApacheLog.pm

References

Summary

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