How to Install and Uninstall libdirq.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "libdirq.x86_64" package

Here is a brief guide to show you how to install libdirq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libdirq.x86_64

2. Uninstall "libdirq.x86_64" package

Please follow the guidance below to uninstall libdirq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libdirq.x86_64 $ sudo dnf autoremove

3. Information about the libdirq.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libdirq
Version : 0.5
Release : 6.el9
Architecture : x86_64
Size : 18 k
Source : libdirq-0.5-6.el9.src.rpm
Repository : epel
Summary : C implementation of the simple directory queue algorithm
URL : https://github.com/cern-mig/c-dirq/
License : ASL 2.0
Description : The goal of this library is to offer a "simple" queue system using the
: underlying filesystem for storage, security and to prevent race conditions
: via atomic operations. It focuses on simplicity, robustness and scalability.
:
: Multiple concurrent readers and writers can interact with the same queue.
:
: Other implementations of the same algorithm exist so readers and writers can
: be written in different programming languages.