How to Install and Uninstall perl-CGI-Compile.noarch Package on CentOS Stream 9

Last updated: September 24,2024

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

Please follow the steps below to install perl-CGI-Compile.noarch on CentOS Stream 9

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

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

This is a short guide on how to uninstall perl-CGI-Compile.noarch on CentOS Stream 9:

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

3. Information about the perl-CGI-Compile.noarch package on CentOS Stream 9

Last metadata expiration check: 0:32:27 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-CGI-Compile
Version : 0.25
Release : 7.el9
Architecture : noarch
Size : 30 k
Source : perl-CGI-Compile-0.25-7.el9.src.rpm
Repository : epel
Summary : Compile .cgi scripts to a code reference like ModPerl::Registry
URL : https://metacpan.org/release/CGI-Compile
License : GPL+ or Artistic
Description : CGI::Compile is an utility to compile CGI scripts into a code reference
: that can run many times on its own namespace, as long as the script is
: ready to run on a persistent environment.