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

Last updated: November 29,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 39

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

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

Please follow the steps below to uninstall perl-Queue-DBI.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:07:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Queue-DBI
Version : 2.7.0
Release : 20.fc39
Architecture : noarch
Size : 42 k
Source : perl-Queue-DBI-2.7.0-20.fc39.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.