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

Last updated: July 03,2024

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

Please follow the step by step instructions below to install perl-POE-Component-SimpleDBI.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-POE-Component-SimpleDBI.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:42:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-POE-Component-SimpleDBI
Version : 1.31
Release : 19.fc34
Architecture : noarch
Size : 45 k
Source : perl-POE-Component-SimpleDBI-1.31-19.fc34.src.rpm
Repository : fedora
Summary : Asynchronous non-blocking DBI calls in POE made simple
URL : https://metacpan.org/release/POE-Component-SimpleDBI
License : GPL+ or Artistic
Description : 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.