How To Install perl-Catalyst-Plugin-Session on Fedora 36
Introduction
In this tutorial we learn how to install perl-Catalyst-Plugin-Session on Fedora 36.
What is perl-Catalyst-Plugin-Session
This plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the client and logically string several requests together into a session. The second part, the Store, deals with the actual storage of information about the client. This data is stored so that the it may be revived for every request made by the same client. This plugin links the two pieces together.
We can use yum or dnf to install perl-Catalyst-Plugin-Session 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.
Install perl-Catalyst-Plugin-Session 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-Plugin-Session using dnf by running the following command:
sudo dnf -y install perl-Catalyst-Plugin-Session
Install perl-Catalyst-Plugin-Session 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-Plugin-Session using yum by running the following command:
sudo yum -y install perl-Catalyst-Plugin-Session
How To Uninstall perl-Catalyst-Plugin-Session on Fedora 36
To uninstall only the perl-Catalyst-Plugin-Session package we can use the following command:
sudo dnf remove perl-Catalyst-Plugin-Session
perl-Catalyst-Plugin-Session Package Contents on Fedora 36
/usr/share/doc/perl-Catalyst-Plugin-Session
/usr/share/doc/perl-Catalyst-Plugin-Session/Changes
/usr/share/doc/perl-Catalyst-Plugin-Session/README
/usr/share/doc/perl-Catalyst-Plugin-Session/t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/00_basic_sanity.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/01_setup.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/03_flash.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/05_semi_persistent_flash.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/author
/usr/share/doc/perl-Catalyst-Plugin-Session/t/author/pod.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/author/podcoverage.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/cat_test.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/FlashTestApp
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/FlashTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/FlashTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/FlashTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionExpiry
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionExpiry.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionExpiry/Controller
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionExpiry/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionTestApp
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionTestApp.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionTestApp/Controller
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionTestApp/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionValid
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionValid.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionValid/Controller
/usr/share/doc/perl-Catalyst-Plugin-Session/t/lib/SessionValid/Controller/Root.pm
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_accessor.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_app.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_expiry_threshold.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_session_fixation.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_verify_address.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/live_verify_user_agent.t
/usr/share/doc/perl-Catalyst-Plugin-Session/t/session_valid.t
/usr/share/man/man3/Catalyst::Plugin::Session.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Session::State.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Session::Store.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Session::Store::Dummy.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Session::Test::Store.3pm.gz
/usr/share/man/man3/Catalyst::Plugin::Session::Tutorial.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.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/State.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Store
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Store.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Store/Dummy.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Test
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Test/Store.pm
/usr/share/perl5/vendor_perl/Catalyst/Plugin/Session/Tutorial.pod
References
Summary
In this tutorial we learn how to install perl-Catalyst-Plugin-Session on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).