How to Install and Uninstall perl-CGI-Application-Plugin-MessageStack.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "perl-CGI-Application-Plugin-MessageStack.noarch" package

Please follow the guidelines below to install perl-CGI-Application-Plugin-MessageStack.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Plugin-MessageStack.noarch

2. Uninstall "perl-CGI-Application-Plugin-MessageStack.noarch" package

This guide let you learn how to uninstall perl-CGI-Application-Plugin-MessageStack.noarch on Fedora 39:

$ sudo dnf remove perl-CGI-Application-Plugin-MessageStack.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Application-Plugin-MessageStack.noarch package on Fedora 39

Last metadata expiration check: 4:59:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-CGI-Application-Plugin-MessageStack
Version : 0.34
Release : 38.fc39
Architecture : noarch
Size : 21 k
Source : perl-CGI-Application-Plugin-MessageStack-0.34-38.fc39.src.rpm
Repository : fedora
Summary : Message stack for your CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-MessageStack
License : GPL+ or Artistic
Description : This plugin gives you a few support methods that you can call within your
: cgiapp to pass along messages between requests for a given user.
:
: It's recommended that you use this in conjunction with
: CGI::Application::Plugin::Session. You can opt to not have the messages
: persist and thereby, not use CAP-Session by using an option in the
: capms_config method.