How to Install and Uninstall libdirq.i686 Package on Fedora 35
Last updated: March 01,2025
1. Install "libdirq.i686" package
This is a short guide on how to install libdirq.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
libdirq.i686
Copied
2. Uninstall "libdirq.i686" package
Please follow the step by step instructions below to uninstall libdirq.i686 on Fedora 35:
$
sudo dnf remove
libdirq.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libdirq.i686 package on Fedora 35
Last metadata expiration check: 0:10:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libdirq
Version : 0.5
Release : 10.fc35
Architecture : i686
Size : 18 k
Source : libdirq-0.5-10.fc35.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.
Available Packages
Name : libdirq
Version : 0.5
Release : 10.fc35
Architecture : i686
Size : 18 k
Source : libdirq-0.5-10.fc35.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.