How To Install perl-Gearman-Server on Fedora 36

In this tutorial we learn how to install perl-Gearman-Server in Fedora 36. perl-Gearman-Server is Function call router and load balancer

Introduction

In this tutorial we learn how to install perl-Gearman-Server on Fedora 36.

What is perl-Gearman-Server

You run a Gearman server (or more likely, many of them for both high- availability and load balancing), then have workers (using Gearman from the Gearman module, or libraries for other languages) register their ability to do certain functions to all of them, and then clients (using Gearman one of the Gearman servers.

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

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

sudo dnf -y install perl-Gearman-Server

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

sudo yum -y install perl-Gearman-Server

How To Uninstall perl-Gearman-Server on Fedora 36

To uninstall only the perl-Gearman-Server package we can use the following command:

sudo dnf remove perl-Gearman-Server

perl-Gearman-Server Package Contents on Fedora 36

/usr/bin/gearmand
/usr/share/doc/perl-Gearman-Server
/usr/share/doc/perl-Gearman-Server/CHANGES
/usr/share/doc/perl-Gearman-Server/README.md
/usr/share/man/man1/gearmand.1.gz
/usr/share/man/man3/Gearman::Server.3pm.gz
/usr/share/man/man3/Gearman::Server::Client.3pm.gz
/usr/share/perl5/vendor_perl/Gearman
/usr/share/perl5/vendor_perl/Gearman/Server
/usr/share/perl5/vendor_perl/Gearman/Server.pm
/usr/share/perl5/vendor_perl/Gearman/Server/Client.pm
/usr/share/perl5/vendor_perl/Gearman/Server/Job.pm
/usr/share/perl5/vendor_perl/Gearman/Server/Listener.pm

References

Summary

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