How To Install perl-Beanstalk-Client on Fedora 36

In this tutorial we learn how to install perl-Beanstalk-Client in Fedora 36. perl-Beanstalk-Client is Client class to talk to a beanstalkd server

Introduction

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

What is perl-Beanstalk-Client

Beanstalk beanstalkd server, a fast, general-purpose, in-memory work-queue service by Keith Rarick.

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

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

sudo dnf -y install perl-Beanstalk-Client

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

sudo yum -y install perl-Beanstalk-Client

How To Uninstall perl-Beanstalk-Client on Fedora 36

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

sudo dnf remove perl-Beanstalk-Client

perl-Beanstalk-Client Package Contents on Fedora 36

/usr/share/doc/perl-Beanstalk-Client
/usr/share/doc/perl-Beanstalk-Client/Changes
/usr/share/doc/perl-Beanstalk-Client/README
/usr/share/man/man3/Beanstalk::Client.3pm.gz
/usr/share/man/man3/Beanstalk::Job.3pm.gz
/usr/share/man/man3/Beanstalk::Pool.3pm.gz
/usr/share/man/man3/Beanstalk::Stats.3pm.gz
/usr/share/perl5/vendor_perl/Beanstalk
/usr/share/perl5/vendor_perl/Beanstalk/Client.pm
/usr/share/perl5/vendor_perl/Beanstalk/Job.pm
/usr/share/perl5/vendor_perl/Beanstalk/Pool.pm
/usr/share/perl5/vendor_perl/Beanstalk/Stats.pm

References

Summary

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