How to Install and Uninstall perl-Apache-Session.noarch Package on AlmaLinux 9

Last updated: October 11,2024

1. Install "perl-Apache-Session.noarch" package

Here is a brief guide to show you how to install perl-Apache-Session.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Apache-Session.noarch

2. Uninstall "perl-Apache-Session.noarch" package

Please follow the instructions below to uninstall perl-Apache-Session.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Apache-Session.noarch $ sudo dnf autoremove

3. Information about the perl-Apache-Session.noarch package on AlmaLinux 9

Last metadata expiration check: 1:58:23 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Apache-Session
Version : 1.94
Release : 5.el9
Architecture : noarch
Size : 116 k
Source : perl-Apache-Session-1.94-5.el9.src.rpm
Repository : epel
Summary : Persistence framework for session data
URL : https://metacpan.org/release/Apache-Session
License : GPL+ or Artistic
Description : Apache::Session is a persistence framework that is particularly useful for
: tracking session data between httpd requests. Apache::Session is designed
: 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.