How to Install and Uninstall perl-FCGI-ProcManager.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "perl-FCGI-ProcManager.noarch" package

This guide let you learn how to install perl-FCGI-ProcManager.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-FCGI-ProcManager.noarch

2. Uninstall "perl-FCGI-ProcManager.noarch" package

Here is a brief guide to show you how to uninstall perl-FCGI-ProcManager.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-FCGI-ProcManager.noarch $ sudo dnf autoremove

3. Information about the perl-FCGI-ProcManager.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:28:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-FCGI-ProcManager
Version : 0.28
Release : 9.el8
Architecture : noarch
Size : 37 k
Source : perl-FCGI-ProcManager-0.28-9.el8.src.rpm
Repository : epel
Summary : A FastCGI process manager
URL : https://metacpan.org/release/FCGI-ProcManager
License : LGPLv2+
Description : FCGI::ProcManager is used to serve as a FastCGI process manager. By
: re-implementing it in perl, developers can more finely tune performance
: in their web applications, and can take advantage of copy-on-write
: semantics prevalent in UNIX kernel process management.