How to Install and Uninstall libapache2-mod-fcgid Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: August 30,2024

1. Install "libapache2-mod-fcgid" package

Learn how to install libapache2-mod-fcgid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-mod-fcgid

2. Uninstall "libapache2-mod-fcgid" package

Please follow the steps below to uninstall libapache2-mod-fcgid on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-mod-fcgid $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-fcgid package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mod-fcgid
Priority: optional
Section: universe/web
Installed-Size: 266
Maintainer: Ubuntu Developers
Original-Maintainer: Felix Geyer
Architecture: amd64
Version: 1:2.3.9-1
Depends: libc6 (>= 2.14), apache2-api-20120211
Filename: pool/universe/liba/libapache2-mod-fcgid/libapache2-mod-fcgid_2.3.9-1_amd64.deb
Size: 70510
MD5sum: f16496fa6183c5f625d32b7ce2877e94
SHA1: 6d9d17ce10f57c09b2ab95f50659d84375217830
SHA256: 02e5413c31b2e6910c87d3eba84c18446d763e766a4a84ef9eb904d2dd91608e
Description-en: FastCGI interface module for Apache 2
This package contains mod_fcgid, a high-performance alternative to mod_cgi
or mod_cgid. It starts a sufficient number of instances of the CGI program
to handle concurrent requests. These programs remain running to handle
further incoming requests.
.
It is a binary-compatible alternative to Apache module mod_fastcgi.
Description-md5: 3dc25164d71ec8a9446e3c9162ca7d3b
Homepage: http://httpd.apache.org/mod_fcgid/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu