How To Install libdirq on Fedora 36
Introduction
In this tutorial we learn how to install libdirq
on Fedora 36.
What is libdirq
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.
title: “How To Install libdirq on Fedora 36”
We can use yum
or dnf
to install libdirq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdirq.
linkTitle: “libdirq”
type: “docs”
Install libdirq on Fedora 36 Using dnf
description: “In this tutorial we learn how to install libdirq in Fedora 36. libdirq is C implementation of the simple directory queue algorithm”
date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdirq-featured.png
Introduction
In this tutorial we learn how to install libdirq
on Fedora 36.
What is libdirq
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.
We can use yum
or dnf
to install libdirq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdirq.
Install libdirq on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdirq
using dnf
by running the following command:
sudo dnf -y install libdirq
Install libdirq on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdirq
using yum
by running the following command:
sudo yum -y install libdirq
How To Uninstall libdirq on Fedora 36
Update yum database with dnf
using the following command.
To uninstall only the libdirq
package we can use the following command:
```bash
sudo dnf remove libdirq
sudo dnf makecache --refresh
## libdirq Package Contents on Fedora 36
After updating yum database, We can install `libdirq` using `dnf` by running the following command:
```bash
```bash
sudo dnf -y install libdirq
Install libdirq on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdirq
using yum
by running the following command:
sudo yum -y install libdirq
How To Uninstall libdirq on Fedora 36
To uninstall only the libdirq
package we can use the following command:
sudo dnf remove libdirq
libdirq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/37089537afb8198ad19d409f53ce78788edaec
/usr/lib/libdirq.so.0
/usr/lib/libdirq.so.0.5
References
Summary
In this tutorial we learn how to install libdirq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/71 /usr/lib/.build-id/71/6713e80cac600f860b931e8bf3caece63e7cf5 /usr/lib64/libdirq.so.0 /usr/lib64/libdirq.so.0.5
## References
* [libdirq website](https://github.com/cern-mig/c-dirq/)
## Summary
In this tutorial we learn how to install `libdirq` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).