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

Last updated: October 07,2024

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

This guide let you learn how to install perl-Queue-DBI.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 1:51:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Queue-DBI
Version : 2.7.0
Release : 16.fc36
Architecture : noarch
Size : 45 k
Source : perl-Queue-DBI-2.7.0-16.fc36.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.