How to Install and Uninstall fcgiwrap.x86_64 Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "fcgiwrap.x86_64" package

Please follow the guidance below to install fcgiwrap.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install fcgiwrap.x86_64

2. Uninstall "fcgiwrap.x86_64" package

Learn how to uninstall fcgiwrap.x86_64 on AlmaLinux 9:

$ sudo dnf remove fcgiwrap.x86_64 $ sudo dnf autoremove

3. Information about the fcgiwrap.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:10:09 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : fcgiwrap
Version : 1.1.0
Release : 18.20181108git99c942c.el9
Architecture : x86_64
Size : 25 k
Source : fcgiwrap-1.1.0-18.20181108git99c942c.el9.src.rpm
Repository : epel
Summary : Simple FastCGI wrapper for CGI scripts
URL : https://github.com/gnosek/fcgiwrap
License : MIT
Description : This package provides a simple FastCGI wrapper for CGI scripts with/
: following features:
: - very lightweight (84KB of private memory per instance)
: - fixes broken CR/LF in headers
: - handles environment in a sane way (CGI scripts get HTTP-related environment
: vars from FastCGI parameters and inherit all the others from
: environment of fcgiwrap )
: - no configuration, so you can run several sites off the same
: fcgiwrap pool
: - passes CGI std error output to std error stream of cgiwrap or FastCGI
: - support systemd socket activation, launcher program like spawn-fcgi
: is no longer required on systemd-enabled distributions