How to Install and Uninstall perl-Directory-Queue.noarch Package on Fedora 34

Last updated: June 29,2024

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

This guide covers the steps necessary to install perl-Directory-Queue.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Directory-Queue.noarch on Fedora 34:

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

3. Information about the perl-Directory-Queue.noarch package on Fedora 34

Last metadata expiration check: 3:35:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Directory-Queue
Version : 2.1
Release : 1.fc34
Architecture : noarch
Size : 41 k
Source : perl-Directory-Queue-2.1-1.fc34.src.rpm
Repository : updates
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.