How To Install perl-Catalyst-Plugin-Session-State-Cookie on Fedora 36

In this tutorial we learn how to install perl-Catalyst-Plugin-Session-State-Cookie in Fedora 36. perl-Catalyst-Plugin-Session-State-Cookie is Maintain session IDs using cookies

Introduction

In this tutorial we learn how to install perl-Catalyst-Plugin-Session-State-Cookie on Fedora 36.

In order for Catalyst be stored on the client, and the session data needs to be stored on the server. This plugin provides a way to store the session ID on the client, through a cookie.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Catalyst-Plugin-Session-State-Cookie using dnf by running the following command:

sudo dnf -y install perl-Catalyst-Plugin-Session-State-Cookie

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Catalyst-Plugin-Session-State-Cookie using yum by running the following command:

sudo yum -y install perl-Catalyst-Plugin-Session-State-Cookie

To uninstall only the perl-Catalyst-Plugin-Session-State-Cookie package we can use the following command:

sudo dnf remove perl-Catalyst-Plugin-Session-State-Cookie
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/Changes
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/README
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/basic.t
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/lib
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/lib/CookieTestApp
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/lib/CookieTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/lib/CookieTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/lib/CookieTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/live_app.t
/usr/share/doc/perl-Catalyst-Plugin-Session-State-Cookie/t/no_new_method.t
/usr/share/licenses/perl-Catalyst-Plugin-Session-State-Cookie
/usr/share/licenses/perl-Catalyst-Plugin-Session-State-Cookie/LICENSE
/usr/share/man/man3/Catalyst::Plugin::Session::State::Cookie.3pm.gz
/usr/share/perl5/vendor_perl/Catalyst
/usr/share/perl5/vendor_perl/Catalyst/Plugin
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/State
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/State/Cookie.pm

References

Summary

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