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

Last updated: September 20,2024

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

This is a short guide on how to install perl-CGI-Application-Plugin-MessageStack.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-CGI-Application-Plugin-MessageStack.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 3:09:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CGI-Application-Plugin-MessageStack
Version : 0.34
Release : 31.fc34
Architecture : noarch
Size : 22 k
Source : perl-CGI-Application-Plugin-MessageStack-0.34-31.fc34.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.