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

Last updated: January 10,2025

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

Please follow the instructions below to install perl-CGI-Application-Dispatch.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-CGI-Application-Dispatch.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:13:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-CGI-Application-Dispatch
Version : 3.12
Release : 26.fc35
Architecture : noarch
Size : 51 k
Source : perl-CGI-Application-Dispatch-3.12-26.fc35.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.