How To Install perl-POE-Component-DBIAgent on Fedora 36

In this tutorial we learn how to install perl-POE-Component-DBIAgent in Fedora 36. perl-POE-Component-DBIAgent is POE Component for running asynchronous DBI calls

Introduction

In this tutorial we learn how to install perl-POE-Component-DBIAgent on Fedora 36.

What is perl-POE-Component-DBIAgent

DBIAgent is your answer to non-blocking DBI in POE. DBIAgent forks off a configurable number of helper processes for running DBI queries. The states that depend on the output of the queries only get called when there is data for them to process. No more agonizing about query optimization in terms of milliseconds because the rest of your program will suffer. Leave that to the operating system! POE is designed for doing a lot of things concurrently. Waiting isn’t doing, it’s waiting…

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

Install perl-POE-Component-DBIAgent 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-POE-Component-DBIAgent using dnf by running the following command:

sudo dnf -y install perl-POE-Component-DBIAgent

Install perl-POE-Component-DBIAgent 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-POE-Component-DBIAgent using yum by running the following command:

sudo yum -y install perl-POE-Component-DBIAgent

How To Uninstall perl-POE-Component-DBIAgent on Fedora 36

To uninstall only the perl-POE-Component-DBIAgent package we can use the following command:

sudo dnf remove perl-POE-Component-DBIAgent

perl-POE-Component-DBIAgent Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-DBIAgent
/usr/share/doc/perl-POE-Component-DBIAgent/Changes
/usr/share/doc/perl-POE-Component-DBIAgent/README
/usr/share/man/man3/POE::Component::DBIAgent.3pm.gz
/usr/share/man/man3/POE::Component::DBIAgent::Helper.3pm.gz
/usr/share/man/man3/POE::Component::DBIAgent::Queue.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/DBIAgent
/usr/share/perl5/vendor_perl/POE/Component/DBIAgent.pm
/usr/share/perl5/vendor_perl/POE/Component/DBIAgent/Helper.pm
/usr/share/perl5/vendor_perl/POE/Component/DBIAgent/Queue.pm

References

Summary

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