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

Last updated: October 09,2024

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

Learn how to install perl-CGI-Fast.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-CGI-Fast.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:56:25 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-CGI-Fast
Version : 2.16
Release : 5.fc38
Architecture : noarch
Size : 18 k
Source : perl-CGI-Fast-2.16-5.fc38.src.rpm
Repository : fedora
Summary : CGI Interface for Fast CGI
URL : https://metacpan.org/release/CGI-Fast
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.