How to Install and Uninstall perl-CGI-Application-Plugin-Forward.noarch Package on Fedora 36

Last updated: January 13,2025

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

This guide let you learn how to install perl-CGI-Application-Plugin-Forward.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-CGI-Application-Plugin-Forward.noarch on Fedora 36:

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

3. Information about the perl-CGI-Application-Plugin-Forward.noarch package on Fedora 36

Last metadata expiration check: 3:36:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-CGI-Application-Plugin-Forward
Version : 1.06
Release : 36.fc36
Architecture : noarch
Size : 17 k
Source : perl-CGI-Application-Plugin-Forward-1.06-36.fc36.src.rpm
Repository : fedora
Summary : Pass control from one run mode to another in CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-Forward
License : GPL+ or Artistic
Description : This module gives CGI::Application a forward method that passes control
: to another run mode and returns its output. This is equivalent to calling
: $self->$other_runmode, except that CGI::Application's internal value of
: the current run mode is updated.