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

Last updated: October 11,2024

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

Learn how to install perl-Catalyst-Plugin-Session.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Catalyst-Plugin-Session.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:45:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Catalyst-Plugin-Session
Version : 0.41
Release : 10.fc34
Architecture : noarch
Size : 62 k
Source : perl-Catalyst-Plugin-Session-0.41-10.fc34.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.