How To Install perl-FCGI-Client on Fedora 36

In this tutorial we learn how to install perl-FCGI-Client in Fedora 36. perl-FCGI-Client is Client library for the fastcgi protocol

Introduction

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

What is perl-FCGI-Client

FCGI

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

Install perl-FCGI-Client 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-Client using dnf by running the following command:

sudo dnf -y install perl-FCGI-Client

Install perl-FCGI-Client 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-Client using yum by running the following command:

sudo yum -y install perl-FCGI-Client

How To Uninstall perl-FCGI-Client on Fedora 36

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

sudo dnf remove perl-FCGI-Client

perl-FCGI-Client Package Contents on Fedora 36

/usr/share/doc/perl-FCGI-Client
/usr/share/doc/perl-FCGI-Client/Changes
/usr/share/doc/perl-FCGI-Client/README.md
/usr/share/doc/perl-FCGI-Client/scripts
/usr/share/doc/perl-FCGI-Client/scripts/fcgicli.pl
/usr/share/man/man3/FCGI::Client.3pm.gz
/usr/share/man/man3/FCGI::Client::Connection.3pm.gz
/usr/share/man/man3/FCGI::Client::Constant.3pm.gz
/usr/share/man/man3/FCGI::Client::Record.3pm.gz
/usr/share/man/man3/FCGI::Client::RecordFactory.3pm.gz
/usr/share/man/man3/FCGI::Client::RecordHeader.3pm.gz
/usr/share/perl5/vendor_perl/FCGI
/usr/share/perl5/vendor_perl/FCGI/Client
/usr/share/perl5/vendor_perl/FCGI/Client.pm
/usr/share/perl5/vendor_perl/FCGI/Client/Connection.pm
/usr/share/perl5/vendor_perl/FCGI/Client/Constant.pm
/usr/share/perl5/vendor_perl/FCGI/Client/Record.pm
/usr/share/perl5/vendor_perl/FCGI/Client/RecordFactory.pm
/usr/share/perl5/vendor_perl/FCGI/Client/RecordHeader.pm

References

Summary

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