How to Install and Uninstall java-dirq.noarch Package on Fedora 35

Last updated: July 01,2024

1. Install "java-dirq.noarch" package

In this section, we are going to explain the necessary steps to install java-dirq.noarch on Fedora 35

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

2. Uninstall "java-dirq.noarch" package

Learn how to uninstall java-dirq.noarch on Fedora 35:

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

3. Information about the java-dirq.noarch package on Fedora 35

Last metadata expiration check: 2:40:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : java-dirq
Version : 1.8
Release : 15.fc35
Architecture : noarch
Size : 27 k
Source : java-dirq-1.8-15.fc35.src.rpm
Repository : fedora
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.