How To Install perl-Catalyst-View-Component-SubInclude on Fedora 36

In this tutorial we learn how to install perl-Catalyst-View-Component-SubInclude in Fedora 36. perl-Catalyst-View-Component-SubInclude is Use subincludes in your Catalyst views

Introduction

In this tutorial we learn how to install perl-Catalyst-View-Component-SubInclude on Fedora 36.

What is perl-Catalyst-View-Component-SubInclude

Catalyst templates (or, more generally, somewhere in your view’s render processing) which comes from another action in your application. It’s implemented as a Moose

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

Install perl-Catalyst-View-Component-SubInclude 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-View-Component-SubInclude using dnf by running the following command:

sudo dnf -y install perl-Catalyst-View-Component-SubInclude

Install perl-Catalyst-View-Component-SubInclude 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-View-Component-SubInclude using yum by running the following command:

sudo yum -y install perl-Catalyst-View-Component-SubInclude

How To Uninstall perl-Catalyst-View-Component-SubInclude on Fedora 36

To uninstall only the perl-Catalyst-View-Component-SubInclude package we can use the following command:

sudo dnf remove perl-Catalyst-View-Component-SubInclude

perl-Catalyst-View-Component-SubInclude Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-View-Component-SubInclude
/usr/share/doc/perl-Catalyst-View-Component-SubInclude/Changes
/usr/share/doc/perl-Catalyst-View-Component-SubInclude/README
/usr/share/man/man3/Catalyst::View::Component::SubInclude.3pm.gz
/usr/share/man/man3/Catalyst::View::Component::SubInclude::ESI.3pm.gz
/usr/share/man/man3/Catalyst::View::Component::SubInclude::HTTP.3pm.gz
/usr/share/man/man3/Catalyst::View::Component::SubInclude::SSI.3pm.gz
/usr/share/man/man3/Catalyst::View::Component::SubInclude::SubRequest.3pm.gz
/usr/share/man/man3/Catalyst::View::Component::SubInclude::Visit.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/View
/usr/share/perl5/vendor_perl/Catalyst/View/Component
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude.pm
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude/ESI.pm
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude/HTTP.pm
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude/SSI.pm
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude/SubRequest.pm
/usr/share/perl5/vendor_perl/Catalyst/View/Component/SubInclude/Visit.pm

References

Summary

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