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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-CGI-Ex.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-CGI-Ex.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:52:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CGI-Ex
Version : 2.50
Release : 3.fc34
Architecture : noarch
Size : 273 k
Source : perl-CGI-Ex-2.50-3.fc34.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.