How to Install and Uninstall perl-Plack-Middleware-Session.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Plack-Middleware-Session.noarch" package

Learn how to install perl-Plack-Middleware-Session.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Plack-Middleware-Session.noarch

2. Uninstall "perl-Plack-Middleware-Session.noarch" package

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

$ sudo dnf remove perl-Plack-Middleware-Session.noarch $ sudo dnf autoremove

3. Information about the perl-Plack-Middleware-Session.noarch package on Fedora 34

Last metadata expiration check: 5:00:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Plack-Middleware-Session
Version : 0.33
Release : 7.fc34
Architecture : noarch
Size : 61 k
Source : perl-Plack-Middleware-Session-0.33-7.fc34.src.rpm
Repository : fedora
Summary : Middleware for session management
URL : http://metacpan.org/release/Plack-Middleware-Session
License : GPL+ or Artistic
Description : This is a Plack Middleware component for session management. By default it
: will use cookies to keep session state and store data in memory. This
: distribution also comes with other state and store solutions.