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

Last updated: May 06,2024

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

Learn how to install perl-CGI-Session.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-CGI-Session.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:10:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-CGI-Session
Version : 4.48
Release : 21.fc34
Architecture : noarch
Size : 114 k
Source : perl-CGI-Session-4.48-21.fc34.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.