How To Install perl-IPC-DirQueue on Fedora 36

In this tutorial we learn how to install perl-IPC-DirQueue in Fedora 36. perl-IPC-DirQueue is Disk-based many-to-many task queue

Introduction

In this tutorial we learn how to install perl-IPC-DirQueue on Fedora 36.

What is perl-IPC-DirQueue

This module implements a FIFO queueing infrastructure, using a directory as the communications and storage media. No daemon process is required to manage the queue; all communication takes place via the filesystem.

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

Install perl-IPC-DirQueue 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-IPC-DirQueue using dnf by running the following command:

sudo dnf -y install perl-IPC-DirQueue

Install perl-IPC-DirQueue 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-IPC-DirQueue using yum by running the following command:

sudo yum -y install perl-IPC-DirQueue

How To Uninstall perl-IPC-DirQueue on Fedora 36

To uninstall only the perl-IPC-DirQueue package we can use the following command:

sudo dnf remove perl-IPC-DirQueue

perl-IPC-DirQueue Package Contents on Fedora 36

/usr/bin/dq-deque
/usr/bin/dq-indexd
/usr/bin/dq-list
/usr/bin/dq-server
/usr/bin/dq-submit
/usr/share/doc/perl-IPC-DirQueue
/usr/share/doc/perl-IPC-DirQueue/BUGS
/usr/share/doc/perl-IPC-DirQueue/CHANGES
/usr/share/doc/perl-IPC-DirQueue/README.dist
/usr/share/doc/perl-IPC-DirQueue/TODO
/usr/share/man/man1/dq-deque.1.gz
/usr/share/man/man1/dq-indexd.1.gz
/usr/share/man/man1/dq-list.1.gz
/usr/share/man/man1/dq-server.1.gz
/usr/share/man/man1/dq-submit.1.gz
/usr/share/man/man3/IPC::DirQueue.3pm.gz
/usr/share/man/man3/IPC::DirQueue::IndexClient.3pm.gz
/usr/share/man/man3/IPC::DirQueue::IndexServer.3pm.gz
/usr/share/man/man3/IPC::DirQueue::Job.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/DirQueue
/usr/share/perl5/vendor_perl/IPC/DirQueue.pm
/usr/share/perl5/vendor_perl/IPC/DirQueue/IndexClient.pm
/usr/share/perl5/vendor_perl/IPC/DirQueue/IndexServer.pm
/usr/share/perl5/vendor_perl/IPC/DirQueue/Job.pm

References

Summary

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