How to Install and Uninstall perl-Catalyst-Plugin-Session.noarch Package on Fedora 36

Last updated: June 29,2024

1. Install "perl-Catalyst-Plugin-Session.noarch" package

This is a short guide on how to install perl-Catalyst-Plugin-Session.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Catalyst-Plugin-Session.noarch

2. Uninstall "perl-Catalyst-Plugin-Session.noarch" package

Please follow the instructions below to uninstall perl-Catalyst-Plugin-Session.noarch on Fedora 36:

$ sudo dnf remove perl-Catalyst-Plugin-Session.noarch $ sudo dnf autoremove

3. Information about the perl-Catalyst-Plugin-Session.noarch package on Fedora 36

Last metadata expiration check: 0:51:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Catalyst-Plugin-Session
Version : 0.41
Release : 14.fc36
Architecture : noarch
Size : 61 k
Source : perl-Catalyst-Plugin-Session-0.41-14.fc36.src.rpm
Repository : fedora
Summary : Catalyst generic session plugin
URL : https://metacpan.org/release/Catalyst-Plugin-Session
License : GPL+ or Artistic
Description : 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.