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

Last updated: October 04,2024

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

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

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

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

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

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

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

Last metadata expiration check: 4:27:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Catalyst-Plugin-Session-Store-DBIC
Version : 0.14
Release : 20.fc34
Architecture : noarch
Size : 20 k
Source : perl-Catalyst-Plugin-Session-Store-DBIC-0.14-20.fc34.src.rpm
Repository : fedora
Summary : Store your sessions via DBIx::Class
URL : https://metacpan.org/release/Catalyst-Plugin-Session-Store-DBIC
License : GPL+ or Artistic
Description : This Catalyst::Plugin::Session storage module saves session data in your
: database via DBIx::Class. It's actually just a wrapper around
: Catalyst::Plugin::Session::Store::Delegate; if you need complete control
: over how your sessions are stored, you probably want to use that instead.