How to Install and Uninstall perl-CGI-Session.noarch Package on Fedora 38

Last updated: November 30,2024

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

Please follow the instructions below to install perl-CGI-Session.noarch on Fedora 38

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

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

Learn how to uninstall perl-CGI-Session.noarch on Fedora 38:

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

3. Information about the perl-CGI-Session.noarch package on Fedora 38

Last metadata expiration check: 0:39:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-CGI-Session
Version : 4.48
Release : 27.fc38
Architecture : noarch
Size : 116 k
Source : perl-CGI-Session-4.48-27.fc38.src.rpm
Repository : fedora
Summary : Persistent session data in CGI applications
URL : https://metacpan.org/release/CGI-Session
License : GPL+ or Artistic
Description : CGI-Session is a Perl5 library that provides an easy, reliable and modular
: session management system across HTTP requests. Persistency is a key
: feature for such applications as shopping carts, login/authentication
: routines, and application that need to carry data across HTTP requests.
: CGI::Session does that and many more.