How To Install perl-CGI-Application-Plugin-ActionDispatch on Fedora 36

In this tutorial we learn how to install perl-CGI-Application-Plugin-ActionDispatch in Fedora 36. perl-CGI-Application-Plugin-ActionDispatch is Adds attribute based support for parsing the PATH_INFO of an HTTP request

Introduction

In this tutorial we learn how to install perl-CGI-Application-Plugin-ActionDispatch on Fedora 36.

What is perl-CGI-Application-Plugin-ActionDispatch

CGI parsing the PATH_INFO of the incoming HTTP request. For those who are familiar with Catalyst, the interface works very similar.

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

Install perl-CGI-Application-Plugin-ActionDispatch 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-CGI-Application-Plugin-ActionDispatch using dnf by running the following command:

sudo dnf -y install perl-CGI-Application-Plugin-ActionDispatch

Install perl-CGI-Application-Plugin-ActionDispatch 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-CGI-Application-Plugin-ActionDispatch using yum by running the following command:

sudo yum -y install perl-CGI-Application-Plugin-ActionDispatch

How To Uninstall perl-CGI-Application-Plugin-ActionDispatch on Fedora 36

To uninstall only the perl-CGI-Application-Plugin-ActionDispatch package we can use the following command:

sudo dnf remove perl-CGI-Application-Plugin-ActionDispatch

perl-CGI-Application-Plugin-ActionDispatch Package Contents on Fedora 36

/usr/share/doc/perl-CGI-Application-Plugin-ActionDispatch
/usr/share/doc/perl-CGI-Application-Plugin-ActionDispatch/Changes
/usr/share/doc/perl-CGI-Application-Plugin-ActionDispatch/README
/usr/share/man/man3/CGI::Application::Plugin::ActionDispatch.3pm.gz
/usr/share/man/man3/CGI::Application::Plugin::ActionDispatch::Attributes.3pm.gz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Application
/usr/share/perl5/vendor_perl/CGI/Application/Plugin
/usr/share/perl5/vendor_perl/CGI/Application/Plugin/ActionDispatch
/usr/share/perl5/vendor_perl/CGI/Application/Plugin/ActionDispatch.pm
/usr/share/perl5/vendor_perl/CGI/Application/Plugin/ActionDispatch/Attributes.pm

References

Summary

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