How to Install and Uninstall perl-CGI-Fast.noarch Package on AlmaLinux 8

Last updated: May 07,2024

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

Here is a brief guide to show you how to install perl-CGI-Fast.noarch on AlmaLinux 8

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

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

Learn how to uninstall perl-CGI-Fast.noarch on AlmaLinux 8:

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

3. Information about the perl-CGI-Fast.noarch package on AlmaLinux 8

Last metadata expiration check: 1:30:49 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-CGI-Fast
Version : 2.15
Release : 3.el8
Architecture : noarch
Size : 20 k
Source : perl-CGI-Fast-2.15-3.el8.src.rpm
Repository : epel
Summary : CGI Interface for Fast CGI
URL : https://metacpan.org/release/CGI-Fast
License : GPL+ or Artistic
Description : CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
: specialized to work well FCGI module, which greatly speeds up CGI scripts
: by turning them into persistently running server processes. Scripts that
: perform time-consuming initialization processes, such as loading large
: modules or opening persistent database connections, will see large
: performance improvements.