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

Last updated: November 28,2024

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

Please follow the instructions below to install perl-POE-Component-DBIAgent.noarch on Fedora 38

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

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

Learn how to uninstall perl-POE-Component-DBIAgent.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:08:10 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-POE-Component-DBIAgent
Version : 0.26
Release : 42.fc38
Architecture : noarch
Size : 30 k
Source : perl-POE-Component-DBIAgent-0.26-42.fc38.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... :-)