How to Install and Uninstall perl-CGI.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "perl-CGI.noarch" package

Please follow the steps below to install perl-CGI.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-CGI.noarch

2. Uninstall "perl-CGI.noarch" package

This is a short guide on how to uninstall perl-CGI.noarch on Amazon Linux 2:

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

3. Information about the perl-CGI.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-CGI
Arch : noarch
Version : 3.63
Release : 4.amzn2
Size : 250 k
Repo : amzn2-core/2/x86_64
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.