How to Install and Uninstall libfcgi-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

1. Install "libfcgi-perl" package

In this section, we are going to explain the necessary steps to install libfcgi-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libfcgi-perl

2. Uninstall "libfcgi-perl" package

Please follow the guidance below to uninstall libfcgi-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libfcgi-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libfcgi-perl
Architecture: amd64
Version: 0.79+ds-2
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.0, libc6 (>= 2.4), libfcgi0ldbl (>= 2.4.2)
Filename: pool/main/libf/libfcgi-perl/libfcgi-perl_0.79+ds-2_amd64.deb
Size: 21604
MD5sum: fdb24e8505feeb2ce8ced69961946c6e
SHA1: 61202ce737355988c6e337eb4801b57552710eaf
SHA256: 9e81a250cf8451606b40caef909ef1265d6fea3b9580513bc43be2d0735f1743
SHA512: 6d81256378f0711e8abeb2ff1c63a6c488a61262fd43e1efef3d0f5dde0a70cea328657bf62a506615f9f28aab42f3d8a5935d4c6c6e3891ab07db18a7c59a06
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