How To Install perl-FCGI-ProcManager on Fedora 36

In this tutorial we learn how to install perl-FCGI-ProcManager in Fedora 36. perl-FCGI-ProcManager is A FastCGI process manager

Introduction

In this tutorial we learn how to install perl-FCGI-ProcManager on Fedora 36.

What is perl-FCGI-ProcManager

FCGI 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.

We can use yum or dnf to install perl-FCGI-ProcManager on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-FCGI-ProcManager.

Install perl-FCGI-ProcManager on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-FCGI-ProcManager using dnf by running the following command:

sudo dnf -y install perl-FCGI-ProcManager

Install perl-FCGI-ProcManager on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-FCGI-ProcManager using yum by running the following command:

sudo yum -y install perl-FCGI-ProcManager

How To Uninstall perl-FCGI-ProcManager on Fedora 36

To uninstall only the perl-FCGI-ProcManager package we can use the following command:

sudo dnf remove perl-FCGI-ProcManager

perl-FCGI-ProcManager Package Contents on Fedora 36

/usr/share/doc/perl-FCGI-ProcManager
/usr/share/doc/perl-FCGI-ProcManager/ChangeLog
/usr/share/doc/perl-FCGI-ProcManager/README
/usr/share/licenses/perl-FCGI-ProcManager
/usr/share/licenses/perl-FCGI-ProcManager/COPYING
/usr/share/man/man3/FCGI::ProcManager.3pm.gz
/usr/share/man/man3/FCGI::ProcManager::Constrained.3pm.gz
/usr/share/perl5/vendor_perl/FCGI
/usr/share/perl5/vendor_perl/FCGI/ProcManager
/usr/share/perl5/vendor_perl/FCGI/ProcManager.pm
/usr/share/perl5/vendor_perl/FCGI/ProcManager/Constrained.pm

References

Summary

In this tutorial we learn how to install perl-FCGI-ProcManager on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).