How to Install and Uninstall libfcgi-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "libfcgi-perl" package

This is a short guide on how to install libfcgi-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfcgi-perl

2. Uninstall "libfcgi-perl" package

This tutorial shows how to uninstall libfcgi-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfcgi-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfcgi-perl
Architecture: amd64
Version: 0.79-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 100
Depends: perl (>= 5.30.0-9), perlapi-5.30.0, libc6 (>= 2.28)
Filename: pool/main/libf/libfcgi-perl/libfcgi-perl_0.79-1_amd64.deb
Size: 33092
MD5sum: 45aa03d8d32f9965447428e12c61d635
SHA1: dd577bb157f9597200aa4f6c8dcc423fa656723c
SHA256: 480a8651295de656746e48a59c8ccf1bca5cd1bca4b03fe3b3dc76fb90538d5a
SHA512: 30c19d4e3680a56de6f06d47b700ef4693481a941722da4f5dbdeec14e673db864ae4aab38d8499912726321f2bd75e09d15580c914d824ca3eec8c007c6416b
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