How to Install and Uninstall perl-Queue-DBI.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "perl-Queue-DBI.noarch" package

In this section, we are going to explain the necessary steps to install perl-Queue-DBI.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Queue-DBI.noarch

2. Uninstall "perl-Queue-DBI.noarch" package

Please follow the instructions below to uninstall perl-Queue-DBI.noarch on Fedora 34:

$ sudo dnf remove perl-Queue-DBI.noarch $ sudo dnf autoremove

3. Information about the perl-Queue-DBI.noarch package on Fedora 34

Last metadata expiration check: 3:57:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Queue-DBI
Version : 2.7.0
Release : 13.fc34
Architecture : noarch
Size : 45 k
Source : perl-Queue-DBI-2.7.0-13.fc34.src.rpm
Repository : fedora
Summary : A queueing module with an emphasis on safety, using DBI as a storage system
URL : https://metacpan.org/release/Queue-DBI
License : GPL+ or Artistic
Description : Queue-DBI allows you to safely use a queueing system by preventing
: backtracking, infinite loops and data loss. An emphasis of this distribution
: is to provide an extremely reliable dequeueing mechanism without having to
: use transactions.