How to Install and Uninstall java-dirq.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "java-dirq.noarch" package

Please follow the instructions below to install java-dirq.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install java-dirq.noarch

2. Uninstall "java-dirq.noarch" package

Please follow the step by step instructions below to uninstall java-dirq.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove java-dirq.noarch $ sudo dnf autoremove

3. Information about the java-dirq.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:07:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : java-dirq
Version : 1.8
Release : 9.el8
Architecture : noarch
Size : 29 k
Source : java-dirq-1.8-9.el8.src.rpm
Repository : epel
Summary : Directory based queue
URL : https://github.com/cern-mig/java-dirq
License : ASL 2.0
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.
:
: This module allows multiple concurrent readers and writers to interact with
: the same queue.
:
: A Perl implementation (Directory::Queue) and a Python implementation (dirq)
: of the same algorithm are available so readers and writers can be written in
: different programming languages.