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

In this tutorial we learn how to install perl-POE-Component-SimpleDBI in Fedora 36. perl-POE-Component-SimpleDBI is Asynchronous non-blocking DBI calls in POE made simple

Introduction

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

What is perl-POE-Component-SimpleDBI

This module works its magic by creating a new session with POE, then spawning off a child process to do the “heavy” lifting. That way, your main POE process can continue servicing other clients. Queries are put into a queue, and processed one at a time.

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

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

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

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

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

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

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

sudo dnf remove perl-POE-Component-SimpleDBI

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

/usr/share/doc/perl-POE-Component-SimpleDBI
/usr/share/doc/perl-POE-Component-SimpleDBI/README
/usr/share/doc/perl-POE-Component-SimpleDBI/examples
/usr/share/doc/perl-POE-Component-SimpleDBI/examples/db.pl
/usr/share/man/man3/POE::Component::SimpleDBI.3pm.gz
/usr/share/man/man3/POE::Component::SimpleDBI::SubProcess.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/SimpleDBI
/usr/share/perl5/vendor_perl/POE/Component/SimpleDBI.pm
/usr/share/perl5/vendor_perl/POE/Component/SimpleDBI/SubProcess.pm

References

Summary

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