How To Install perl-Dancer-Session-Cookie on Fedora 36

In this tutorial we learn how to install perl-Dancer-Session-Cookie in Fedora 36. perl-Dancer-Session-Cookie is Encrypted cookie-based session back-end for Dancer

Introduction

In this tutorial we learn how to install perl-Dancer-Session-Cookie on Fedora 36.

This module implements a session engine for sessions stored entirely in cookies. Usually only session ID is stored in cookies and the session data itself are saved in some external storage, e.g. database. This module allows to avoid using external storage at all.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Dancer-Session-Cookie using dnf by running the following command:

sudo dnf -y install perl-Dancer-Session-Cookie

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Dancer-Session-Cookie using yum by running the following command:

sudo yum -y install perl-Dancer-Session-Cookie

To uninstall only the perl-Dancer-Session-Cookie package we can use the following command:

sudo dnf remove perl-Dancer-Session-Cookie
/usr/share/doc/perl-Dancer-Session-Cookie
/usr/share/doc/perl-Dancer-Session-Cookie/CONTRIBUTING.md
/usr/share/doc/perl-Dancer-Session-Cookie/CONTRIBUTORS
/usr/share/doc/perl-Dancer-Session-Cookie/Changes
/usr/share/doc/perl-Dancer-Session-Cookie/README.mkdn
/usr/share/licenses/perl-Dancer-Session-Cookie
/usr/share/licenses/perl-Dancer-Session-Cookie/LICENSE
/usr/share/man/man3/Dancer::Session::Cookie.3pm.gz
/usr/share/perl5/vendor_perl/Dancer
/usr/share/perl5/vendor_perl/Dancer/Session
/usr/share/perl5/vendor_perl/Dancer/Session/Cookie.pm

References

Summary

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