How to Install and Uninstall libdirq.i686 Package on Fedora 39

Last updated: January 08,2025

1. Install "libdirq.i686" package

This guide covers the steps necessary to install libdirq.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libdirq.i686

2. Uninstall "libdirq.i686" package

Here is a brief guide to show you how to uninstall libdirq.i686 on Fedora 39:

$ sudo dnf remove libdirq.i686 $ sudo dnf autoremove

3. Information about the libdirq.i686 package on Fedora 39

Last metadata expiration check: 3:13:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libdirq
Version : 0.5
Release : 14.fc39
Architecture : i686
Size : 18 k
Source : libdirq-0.5-14.fc39.src.rpm
Repository : fedora
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.