How to Install and Uninstall perl-Directory-Queue.noarch Package on CentOS Stream 9

Last updated: May 20,2024

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

Please follow the step by step instructions below to install perl-Directory-Queue.noarch on CentOS Stream 9

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

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

Learn how to uninstall perl-Directory-Queue.noarch on CentOS Stream 9:

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

3. Information about the perl-Directory-Queue.noarch package on CentOS Stream 9

Last metadata expiration check: 3:01:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Directory-Queue
Version : 2.2
Release : 1.el9
Architecture : noarch
Size : 42 k
Source : perl-Directory-Queue-2.2-1.el9.src.rpm
Repository : epel
Summary : Object oriented interface to a directory based queue
URL : https://metacpan.org/release/Directory-Queue
License : GPL+ or Artistic
Description : The goal of this module is to offer a simple queue system using the
: underlying file system for storage, security and to prevent race conditions
: via atomic operations. It focuses on simplicity, robustness and
: scalability.