How to Install and Uninstall perl-POE-Component-DBIAgent.noarch Package on Fedora 34

Last updated: November 24,2024

1. Install "perl-POE-Component-DBIAgent.noarch" package

This is a short guide on how to install perl-POE-Component-DBIAgent.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-POE-Component-DBIAgent.noarch

2. Uninstall "perl-POE-Component-DBIAgent.noarch" package

This guide covers the steps necessary to uninstall perl-POE-Component-DBIAgent.noarch on Fedora 34:

$ sudo dnf remove perl-POE-Component-DBIAgent.noarch $ sudo dnf autoremove

3. Information about the perl-POE-Component-DBIAgent.noarch package on Fedora 34

Last metadata expiration check: 4:20:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-POE-Component-DBIAgent
Version : 0.26
Release : 36.fc34
Architecture : noarch
Size : 32 k
Source : perl-POE-Component-DBIAgent-0.26-36.fc34.src.rpm
Repository : fedora
Summary : POE Component for running asynchronous DBI calls
URL : https://metacpan.org/release/POE-Component-DBIAgent
License : GPL+ or Artistic
Description : 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... :-)