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

Last updated: January 11,2025

1. Install "perl-CGI-Ex.noarch" package

Please follow the instructions below to install perl-CGI-Ex.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-CGI-Ex.noarch

2. Uninstall "perl-CGI-Ex.noarch" package

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

$ sudo dnf remove perl-CGI-Ex.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:31:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-Ex
Version : 2.50
Release : 6.fc36
Architecture : noarch
Size : 272 k
Source : perl-CGI-Ex-2.50-6.fc36.src.rpm
Repository : fedora
Summary : CGI utility suite - makes powerful application writing fun and easy
URL : https://metacpan.org/release/CGI-Ex
License : GPL+ or Artistic
Description : CGI::Ex provides a suite of utilities to make writing CGI scripts more
: enjoyable. Although they can all be used separately, the main functionality
: of each of the modules is best represented in the CGI::Ex::App module.
: CGI::Ex::App takes CGI application building to the next step. CGI::Ex::App
: is not quite a framework (which normally includes pre-built HTML) instead
: CGI::Ex::App is an extended application flow that dramatically reduces CGI
: build time in most cases. It does so using as little magic as possible. See
: CGI::Ex::App.