How To Install perl-Catalyst-Action-RenderView on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Action-RenderView in Fedora 36. perl-Catalyst-Action-RenderView is Sensible default end action for view rendering

Introduction

In this tutorial we learn how to install perl-Catalyst-Action-RenderView on Fedora 36.

What is perl-Catalyst-Action-RenderView

This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode.

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

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

sudo dnf -y install perl-Catalyst-Action-RenderView

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

sudo yum -y install perl-Catalyst-Action-RenderView

How To Uninstall perl-Catalyst-Action-RenderView on Fedora 36

To uninstall only the perl-Catalyst-Action-RenderView package we can use the following command:

sudo dnf remove perl-Catalyst-Action-RenderView

perl-Catalyst-Action-RenderView Package Contents on Fedora 36

/usr/share/doc/perl-Catalyst-Action-RenderView
/usr/share/doc/perl-Catalyst-Action-RenderView/Changes
/usr/share/doc/perl-Catalyst-Action-RenderView/README
/usr/share/man/man3/Catalyst::Action::RenderView.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Action
/usr/share/perl5/vendor_perl/Catalyst/Action/RenderView.pm

References

Summary

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