How To Install perl-Session-Storage-Secure on Fedora 36

In this tutorial we learn how to install perl-Session-Storage-Secure in Fedora 36. perl-Session-Storage-Secure is Encrypted, expiring, compressed, serialized session data with integrity

Introduction

In this tutorial we learn how to install perl-Session-Storage-Secure on Fedora 36.

What is perl-Session-Storage-Secure

This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other back-end storage where security of stored session data is important.

We can use yum or dnf to install perl-Session-Storage-Secure on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Session-Storage-Secure.

Install perl-Session-Storage-Secure 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-Session-Storage-Secure using dnf by running the following command:

sudo dnf -y install perl-Session-Storage-Secure

Install perl-Session-Storage-Secure 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-Session-Storage-Secure using yum by running the following command:

sudo yum -y install perl-Session-Storage-Secure

How To Uninstall perl-Session-Storage-Secure on Fedora 36

To uninstall only the perl-Session-Storage-Secure package we can use the following command:

sudo dnf remove perl-Session-Storage-Secure

perl-Session-Storage-Secure Package Contents on Fedora 36

/usr/share/doc/perl-Session-Storage-Secure
/usr/share/doc/perl-Session-Storage-Secure/Changes
/usr/share/doc/perl-Session-Storage-Secure/README
/usr/share/licenses/perl-Session-Storage-Secure
/usr/share/licenses/perl-Session-Storage-Secure/LICENSE
/usr/share/man/man3/Session::Storage::Secure.3pm.gz
/usr/share/perl5/vendor_perl/Session
/usr/share/perl5/vendor_perl/Session/Storage
/usr/share/perl5/vendor_perl/Session/Storage/Secure.pm

References

Summary

In this tutorial we learn how to install perl-Session-Storage-Secure on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).