How To Install perl-Apache-Reload on Fedora 36

In this tutorial we learn how to install perl-Apache-Reload in Fedora 36. perl-Apache-Reload is Reload changed Perl modules

Introduction

In this tutorial we learn how to install perl-Apache-Reload on Fedora 36.

What is perl-Apache-Reload

This mod_perl extension allows to reload Perl modules that changed on the disk.

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

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

sudo dnf -y install perl-Apache-Reload

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

sudo yum -y install perl-Apache-Reload

How To Uninstall perl-Apache-Reload on Fedora 36

To uninstall only the perl-Apache-Reload package we can use the following command:

sudo dnf remove perl-Apache-Reload

perl-Apache-Reload Package Contents on Fedora 36

/usr/share/doc/perl-Apache-Reload
/usr/share/doc/perl-Apache-Reload/Changes
/usr/share/doc/perl-Apache-Reload/README
/usr/share/licenses/perl-Apache-Reload
/usr/share/licenses/perl-Apache-Reload/LICENSE
/usr/share/man/man3/Apache2::Reload.3pm.gz
/usr/share/man/man3/Apache::Reload.3pm.gz
/usr/share/perl5/vendor_perl/Apache
/usr/share/perl5/vendor_perl/Apache/Reload.pm
/usr/share/perl5/vendor_perl/Apache2
/usr/share/perl5/vendor_perl/Apache2/Reload.pm

References

Summary

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