How to Install and Uninstall perl-Directory-Queue.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

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

This is a short guide on how to install perl-Directory-Queue.noarch on CentOS 8 / RHEL 8

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

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

This tutorial shows how to uninstall perl-Directory-Queue.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Directory-Queue.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:28 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Directory-Queue
Version : 2.0
Release : 6.el8
Architecture : noarch
Size : 45 k
Source : perl-Directory-Queue-2.0-6.el8.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.