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

Last updated: March 03,2025

1. Install "perl-CGI.noarch" package

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

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

2. Uninstall "perl-CGI.noarch" package

This guide let you learn how to uninstall perl-CGI.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:55:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-CGI
Version : 4.57
Release : 1.fc38
Architecture : noarch
Size : 202 k
Source : perl-CGI-4.57-1.fc38.src.rpm
Repository : updates
Summary : Handle Common Gateway Interface requests and responses
URL : https://metacpan.org/release/CGI
License : Artistic-2.0
Description : CGI.pm is a stable, complete and mature solution for processing and preparing
: HTTP requests and responses. Major features including processing form
: submissions, file uploads, reading and writing cookies, query string
: generation and manipulation, and processing and preparing HTTP headers. Some
: HTML generation utilities are included as well.
:
: CGI.pm performs very well in in a vanilla CGI.pm environment and also comes
: with built-in support for mod_perl and mod_perl2 as well as FastCGI.