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

Last updated: May 05,2024

1. Install "libfcgi-perl" package

Please follow the steps below to install libfcgi-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libfcgi-perl

2. Uninstall "libfcgi-perl" package

This guide let you learn how to uninstall libfcgi-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libfcgi-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfcgi-perl
Architecture: amd64
Version: 0.79+ds-2build1
Multi-Arch: same
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 75
Depends: perl, perlapi-5.32.1, libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2)
Filename: pool/main/libf/libfcgi-perl/libfcgi-perl_0.79+ds-2build1_amd64.deb
Size: 22712
MD5sum: 974077ecef31047cdadcf36e56d68782
SHA1: 6ae41d2c8371f6decadb142d699803630a1e9a9c
SHA256: 5270fee529189e2982a81d50d07afb1bfa3f65d53a2a2ffe26e2ad3c1230b5e2
SHA512: 2aa106f3144408f18d385e4dc43679533f34d9bf09151deda03d9cd00bdcbbd2a391afaf6573101185d8ba72a2ea0a8b1fe922fe8fcfa7fa8a434a63a268a1a0
Homepage: https://metacpan.org/release/FCGI
Description-en: helper module for FastCGI
FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
language-independent, scalable, open extension to CGI that provides faster
performance by keeping programs persistent in memory and allowing them to
handle multiple requests. This module provides the core interface needed to
write these applications.
.
For complex applications, you should consider a more full-featured solution
such as Plack or Catalyst (see libcatalyst-perl).
Description-md5: dd8260826ef0350ed22335e0057fedc4
Task: lamp-server