How To Install perl-Catalyst-Engine-Apache on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Engine-Apache in Fedora 36. perl-Catalyst-Engine-Apache is Catalyst Apache Engines

Introduction

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

What is perl-Catalyst-Engine-Apache

These classes provide mod_perl support for Catalyst.

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

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

sudo dnf -y install perl-Catalyst-Engine-Apache

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

sudo yum -y install perl-Catalyst-Engine-Apache

How To Uninstall perl-Catalyst-Engine-Apache on Fedora 36

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

sudo dnf remove perl-Catalyst-Engine-Apache

perl-Catalyst-Engine-Apache Package Contents on Fedora 36

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

References

Summary

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