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

Last updated: July 05,2024

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

This tutorial shows how to install perl-POE-Component-DBIAgent.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 2:27:10 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-POE-Component-DBIAgent
Version : 0.26
Release : 38.fc35
Architecture : noarch
Size : 31 k
Source : perl-POE-Component-DBIAgent-0.26-38.fc35.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... :-)