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

Last updated: September 24,2024

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

Please follow the steps below to install perl-CGI-Application-Dispatch.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-CGI-Application-Dispatch.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:20:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-CGI-Application-Dispatch
Version : 3.12
Release : 31.fc39
Architecture : noarch
Size : 48 k
Source : perl-CGI-Application-Dispatch-3.12-31.fc39.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.