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

Last updated: October 09,2024

1. Install "perl-CGI-Application-Dispatch.noarch" package

Please follow the guidance below to install perl-CGI-Application-Dispatch.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Dispatch.noarch

2. Uninstall "perl-CGI-Application-Dispatch.noarch" package

Please follow the steps below to uninstall perl-CGI-Application-Dispatch.noarch on Fedora 36:

$ sudo dnf remove perl-CGI-Application-Dispatch.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-Application-Dispatch
Version : 3.12
Release : 27.fc36
Architecture : noarch
Size : 51 k
Source : perl-CGI-Application-Dispatch-3.12-27.fc36.src.rpm
Repository : fedora
Summary : Dispatch requests to CGI::Application based objects
URL : https://metacpan.org/release/CGI-Application-Dispatch
License : GPL+ or Artistic
Description : This module provides a way (as a mod_perl handler or running under vanilla
: CGI) to look at the path (as returned by dispatch_path) of the incoming
: request, parse off the desired module and it's run mode, create an instance
: of that module and run it.