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

Last updated: January 11,2025

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

Please follow the guidance below to install perl-POE-Component-DBIAgent.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-POE-Component-DBIAgent.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:24:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-POE-Component-DBIAgent
Version : 0.26
Release : 43.fc39
Architecture : noarch
Size : 30 k
Source : perl-POE-Component-DBIAgent-0.26-43.fc39.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... :-)