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

Last updated: October 05,2024

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 34

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

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

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

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

Last metadata expiration check: 2:23:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CGI-Application-Plugin-Forward
Version : 1.06
Release : 33.fc34
Architecture : noarch
Size : 17 k
Source : perl-CGI-Application-Plugin-Forward-1.06-33.fc34.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.