How to Install and Uninstall libdirq.x86_64 Package on Fedora 38
Last updated: November 28,2024
1. Install "libdirq.x86_64" package
This guide let you learn how to install libdirq.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
libdirq.x86_64
Copied
2. Uninstall "libdirq.x86_64" package
This tutorial shows how to uninstall libdirq.x86_64 on Fedora 38:
$
sudo dnf remove
libdirq.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libdirq.x86_64 package on Fedora 38
Last metadata expiration check: 2:06:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libdirq
Version : 0.5
Release : 13.fc38
Architecture : x86_64
Size : 17 k
Source : libdirq-0.5-13.fc38.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 : 13.fc38
Architecture : x86_64
Size : 17 k
Source : libdirq-0.5-13.fc38.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.