How to Install and Uninstall perl-CGI-SpeedyCGI.x86_64 Package on Fedora 36

Last updated: May 05,2024

1. Install "perl-CGI-SpeedyCGI.x86_64" package

Please follow the guidance below to install perl-CGI-SpeedyCGI.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-CGI-SpeedyCGI.x86_64

2. Uninstall "perl-CGI-SpeedyCGI.x86_64" package

Please follow the steps below to uninstall perl-CGI-SpeedyCGI.x86_64 on Fedora 36:

$ sudo dnf remove perl-CGI-SpeedyCGI.x86_64 $ sudo dnf autoremove

3. Information about the perl-CGI-SpeedyCGI.x86_64 package on Fedora 36

Last metadata expiration check: 3:24:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-SpeedyCGI
Version : 2.22
Release : 46.fc36
Architecture : x86_64
Size : 83 k
Source : perl-CGI-SpeedyCGI-2.22-46.fc36.src.rpm
Repository : fedora
Summary : Speed up perl scripts by running them persistently
URL : https://metacpan.org/release/CGI-SpeedyCGI
License : GPLv3+
Description : SpeedyCGI is a way to run perl scripts persistently, which can make
: them run much more quickly. After the script is initially run, instead
: of exiting, the perl interpreter is kept running. During subsequent
: runs, this interpreter is used to handle new executions instead of
: starting a new perl interpreter each time. It is a very fast frontend
: program, written in C, is executed for each request.