How To Install perl-Apache-Session on Fedora 36

In this tutorial we learn how to install perl-Apache-Session in Fedora 36. perl-Apache-Session is Persistence framework for session data

Introduction

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

What is perl-Apache-Session

Apache tracking session data between httpd requests. Apache to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server altogether.

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

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

sudo dnf -y install perl-Apache-Session

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

sudo yum -y install perl-Apache-Session

How To Uninstall perl-Apache-Session on Fedora 36

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

sudo dnf remove perl-Apache-Session

perl-Apache-Session Package Contents on Fedora 36

/usr/share/doc/perl-Apache-Session
/usr/share/doc/perl-Apache-Session/CHANGES
/usr/share/doc/perl-Apache-Session/Contributing.txt
/usr/share/doc/perl-Apache-Session/README
/usr/share/doc/perl-Apache-Session/TODO
/usr/share/doc/perl-Apache-Session/eg
/usr/share/doc/perl-Apache-Session/eg/example.perl
/usr/share/man/man3/Apache::Session.3pm.gz
/usr/share/man/man3/Apache::Session::DB_File.3pm.gz
/usr/share/man/man3/Apache::Session::File.3pm.gz
/usr/share/man/man3/Apache::Session::Flex.3pm.gz
/usr/share/man/man3/Apache::Session::Generate::MD5.3pm.gz
/usr/share/man/man3/Apache::Session::Generate::ModUniqueId.3pm.gz
/usr/share/man/man3/Apache::Session::Generate::ModUsertrack.3pm.gz
/usr/share/man/man3/Apache::Session::Informix.3pm.gz
/usr/share/man/man3/Apache::Session::Lock::File.3pm.gz
/usr/share/man/man3/Apache::Session::Lock::MySQL.3pm.gz
/usr/share/man/man3/Apache::Session::Lock::Null.3pm.gz
/usr/share/man/man3/Apache::Session::Lock::Semaphore.3pm.gz
/usr/share/man/man3/Apache::Session::Lock::Sybase.3pm.gz
/usr/share/man/man3/Apache::Session::MySQL.3pm.gz
/usr/share/man/man3/Apache::Session::MySQL::NoLock.3pm.gz
/usr/share/man/man3/Apache::Session::Oracle.3pm.gz
/usr/share/man/man3/Apache::Session::Postgres.3pm.gz
/usr/share/man/man3/Apache::Session::Serialize::Base64.3pm.gz
/usr/share/man/man3/Apache::Session::Serialize::Storable.3pm.gz
/usr/share/man/man3/Apache::Session::Serialize::Sybase.3pm.gz
/usr/share/man/man3/Apache::Session::Serialize::UUEncode.3pm.gz
/usr/share/man/man3/Apache::Session::Store::DB_File.3pm.gz
/usr/share/man/man3/Apache::Session::Store::File.3pm.gz
/usr/share/man/man3/Apache::Session::Store::Informix.3pm.gz
/usr/share/man/man3/Apache::Session::Store::MySQL.3pm.gz
/usr/share/man/man3/Apache::Session::Store::Oracle.3pm.gz
/usr/share/man/man3/Apache::Session::Store::Postgres.3pm.gz
/usr/share/man/man3/Apache::Session::Store::Sybase.3pm.gz
/usr/share/man/man3/Apache::Session::Sybase.3pm.gz
/usr/share/perl5/vendor_perl/Apache
/usr/share/perl5/vendor_perl/Apache/Session
/usr/share/perl5/vendor_perl/Apache/Session.pm
/usr/share/perl5/vendor_perl/Apache/Session/DB_File.pm
/usr/share/perl5/vendor_perl/Apache/Session/File.pm
/usr/share/perl5/vendor_perl/Apache/Session/Flex.pm
/usr/share/perl5/vendor_perl/Apache/Session/Generate
/usr/share/perl5/vendor_perl/Apache/Session/Generate/MD5.pm
/usr/share/perl5/vendor_perl/Apache/Session/Generate/ModUniqueId.pm
/usr/share/perl5/vendor_perl/Apache/Session/Generate/ModUsertrack.pm
/usr/share/perl5/vendor_perl/Apache/Session/Informix.pm
/usr/share/perl5/vendor_perl/Apache/Session/Lock
/usr/share/perl5/vendor_perl/Apache/Session/Lock/File.pm
/usr/share/perl5/vendor_perl/Apache/Session/Lock/MySQL.pm
/usr/share/perl5/vendor_perl/Apache/Session/Lock/Null.pm
/usr/share/perl5/vendor_perl/Apache/Session/Lock/Semaphore.pm
/usr/share/perl5/vendor_perl/Apache/Session/Lock/Sybase.pm
/usr/share/perl5/vendor_perl/Apache/Session/MySQL
/usr/share/perl5/vendor_perl/Apache/Session/MySQL.pm
/usr/share/perl5/vendor_perl/Apache/Session/MySQL/NoLock.pm
/usr/share/perl5/vendor_perl/Apache/Session/Oracle.pm
/usr/share/perl5/vendor_perl/Apache/Session/Postgres.pm
/usr/share/perl5/vendor_perl/Apache/Session/Serialize
/usr/share/perl5/vendor_perl/Apache/Session/Serialize/Base64.pm
/usr/share/perl5/vendor_perl/Apache/Session/Serialize/Storable.pm
/usr/share/perl5/vendor_perl/Apache/Session/Serialize/Sybase.pm
/usr/share/perl5/vendor_perl/Apache/Session/Serialize/UUEncode.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store
/usr/share/perl5/vendor_perl/Apache/Session/Store/DBI.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/DB_File.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/File.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/Informix.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/MySQL.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/Oracle.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/Postgres.pm
/usr/share/perl5/vendor_perl/Apache/Session/Store/Sybase.pm
/usr/share/perl5/vendor_perl/Apache/Session/Sybase.pm

References

Summary

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