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

Last updated: May 15,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 35

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

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

This is a short guide on how to uninstall perl-Queue-DBI.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:00:15 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Queue-DBI
Version : 2.7.0
Release : 15.fc35
Architecture : noarch
Size : 44 k
Source : perl-Queue-DBI-2.7.0-15.fc35.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.