How To Install perl-Queue-DBI on Fedora 36

In this tutorial we learn how to install perl-Queue-DBI in Fedora 36. perl-Queue-DBI is A queueing module with an emphasis on safety, using DBI as a storage system

Introduction

In this tutorial we learn how to install perl-Queue-DBI on Fedora 36.

What is perl-Queue-DBI

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.

We can use yum or dnf to install perl-Queue-DBI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Queue-DBI.

Install perl-Queue-DBI on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Queue-DBI using dnf by running the following command:

sudo dnf -y install perl-Queue-DBI

Install perl-Queue-DBI on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Queue-DBI using yum by running the following command:

sudo yum -y install perl-Queue-DBI

How To Uninstall perl-Queue-DBI on Fedora 36

To uninstall only the perl-Queue-DBI package we can use the following command:

sudo dnf remove perl-Queue-DBI

perl-Queue-DBI Package Contents on Fedora 36

/usr/share/doc/perl-Queue-DBI
/usr/share/doc/perl-Queue-DBI/Changes
/usr/share/doc/perl-Queue-DBI/README.md
/usr/share/licenses/perl-Queue-DBI
/usr/share/licenses/perl-Queue-DBI/LICENSE
/usr/share/man/man3/Queue::DBI.3pm.gz
/usr/share/man/man3/Queue::DBI::Admin.3pm.gz
/usr/share/man/man3/Queue::DBI::Element.3pm.gz
/usr/share/perl5/vendor_perl/Queue
/usr/share/perl5/vendor_perl/Queue/DBI
/usr/share/perl5/vendor_perl/Queue/DBI.pm
/usr/share/perl5/vendor_perl/Queue/DBI/Admin.pm
/usr/share/perl5/vendor_perl/Queue/DBI/Element.pm

References

Summary

In this tutorial we learn how to install perl-Queue-DBI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).