How to Install and Uninstall libcgi-fast-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libcgi-fast-perl" package

Please follow the guidelines below to install libcgi-fast-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcgi-fast-perl

2. Uninstall "libcgi-fast-perl" package

This tutorial shows how to uninstall libcgi-fast-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libcgi-fast-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcgi-fast-perl package on Ubuntu 21.10 (Impish Indri)

Package: libcgi-fast-perl
Architecture: all
Version: 1:2.15-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: perl, libcgi-pm-perl, libfcgi-perl
Filename: pool/main/libc/libcgi-fast-perl/libcgi-fast-perl_2.15-1_all.deb
Size: 10520
MD5sum: ce7fec0ab5ace998c61484aa9f896b9b
SHA1: b1de3b5a285ecd7dce3c6dd64f280874e696c42f
SHA256: 9830ece4b4c179e2909411462452ce1cd148efd8aa1ad86701c83070d7a66fd9
SHA512: 3e56a870b10095450bdc7f057f34284a2b23caa45e85d55ad3f26a1cb8b0d91a06245e08139f02d95bb16121150137182295fdf39c0ca64723f1230a22fc41dc
Homepage: https://metacpan.org/release/CGI-Fast
Description-en: CGI subclass for work with FCGI
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
specialized to work with the 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.
Description-md5: a9a2e543b8904636ac55dc50f27dcf03
Task: lamp-server