How to Install and Uninstall perl-CGI.noarch Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "perl-CGI.noarch" package

Please follow the instructions below to install perl-CGI.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "perl-CGI.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-CGI.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-CGI.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:48 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-CGI
Version : 4.38
Release : 2.el8
Architecture : noarch
Size : 208 k
Source : perl-CGI-4.38-2.el8.src.rpm
Repository : appstream
Summary : Handle Common Gateway Interface requests and responses
URL : http://search.cpan.org/dist/CGI
License : (GPL+ or Artistic) and 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.