How to Install and Uninstall fcgiwrap.x86_64 Package on Rocky Linux 8

Last updated: July 01,2024

1. Install "fcgiwrap.x86_64" package

Please follow the instructions below to install fcgiwrap.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install fcgiwrap.x86_64

2. Uninstall "fcgiwrap.x86_64" package

Please follow the guidance below to uninstall fcgiwrap.x86_64 on Rocky Linux 8:

$ sudo dnf remove fcgiwrap.x86_64 $ sudo dnf autoremove

3. Information about the fcgiwrap.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:53:34 ago on Mon Sep 12 10:27:18 2022.
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