How to Install and Uninstall fcgiwrap.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 26,2024

1. Install "fcgiwrap.x86_64" package

This is a short guide on how to install fcgiwrap.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install fcgiwrap.x86_64

2. Uninstall "fcgiwrap.x86_64" package

Please follow the instructions below to uninstall fcgiwrap.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove fcgiwrap.x86_64 $ sudo dnf autoremove

3. Information about the fcgiwrap.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:03:52 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : fcgiwrap
Version : 1.1.0
Release : 12.20181108git99c942c.el8
Architecture : x86_64
Size : 26 k
Source : fcgiwrap-1.1.0-12.20181108git99c942c.el8.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