How To Install liburing-devel on Fedora 36

In this tutorial we learn how to install liburing-devel in Fedora 36. liburing-devel is Development files for Linux-native io_uring I/O access library

Introduction

In this tutorial we learn how to install liburing-devel on Fedora 36.

What is liburing-devel

This package provides header files to include and libraries to link with for the Linux-native io_uring.

We can use yum or dnf to install liburing-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liburing-devel.

Install liburing-devel 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 liburing-devel using dnf by running the following command:

sudo dnf -y install liburing-devel

Install liburing-devel on Fedora 36 Using yum


Update yum database with yum using the following command.

title: “How To Install liburing-devel on Fedora 36”

linkTitle: "liburing-devel"
sudo yum makecache --refresh
type: "docs"

description: “In this tutorial we learn how to install liburing-devel in Fedora 36. liburing-devel is Development files for Linux-native io_uring I/O access library” date: “2022-08-17” After updating yum database, We can install liburing-devel using yum by running the following command: lastmod: “2022-08-17”

#image: /images/fedora/36/liburing-devel-featured.png

---
sudo yum -y install liburing-devel

Introduction

How To Uninstall liburing-devel on Fedora 36

In this tutorial we learn how to install liburing-devel on Fedora 36.

What is liburing-devel

This package provides header files to include and libraries to link with for the Linux-native io_uring.

We can use yum or dnf to install liburing-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liburing-devel.

Install liburing-devel 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 liburing-devel using dnf by running the following command:

sudo dnf -y install liburing-devel

Install liburing-devel 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 liburing-devel using yum by running the following command:

sudo yum -y install liburing-devel

How To Uninstall liburing-devel on Fedora 36

To uninstall only the liburing-devel package we can use the following command:

sudo dnf remove liburing-devel

liburing-devel Package Contents on Fedora 36


To uninstall only the `liburing-devel` package we can use the following command:

```bash
sudo dnf remove liburing-devel

liburing-devel Package Contents on Fedora 36

/usr/include/liburing
/usr/include/liburing.h
/usr/include/liburing/barrier.h
/usr/include/liburing/compat.h
/usr/include/liburing/io_uring.h
/usr/lib/liburing.so
/usr/lib/pkgconfig/liburing.pc
/usr/share/man/man2/io_uring_enter.2.gz
/usr/share/man/man2/io_uring_register.2.gz
/usr/share/man/man2/io_uring_setup.2.gz
/usr/share/man/man3/io_uring_get_sqe.3.gz
/usr/share/man/man3/io_uring_queue_exit.3.gz
/usr/share/man/man3/io_uring_queue_init.3.gz
/usr/share/man/man7/io_uring.7.gz

References

Summary

In this tutorial we learn how to install liburing-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/liburing /usr/include/liburing.h /usr/include/liburing/barrier.h /usr/include/liburing/compat.h /usr/include/liburing/io_uring.h /usr/lib64/liburing.so /usr/lib64/pkgconfig/liburing.pc /usr/share/man/man2/io_uring_enter.2.gz /usr/share/man/man2/io_uring_register.2.gz /usr/share/man/man2/io_uring_setup.2.gz /usr/share/man/man3/io_uring_get_sqe.3.gz /usr/share/man/man3/io_uring_queue_exit.3.gz /usr/share/man/man3/io_uring_queue_init.3.gz /usr/share/man/man7/io_uring.7.gz


## References

* [liburing-devel website](https://git.kernel.dk/cgit/liburing/)

## Summary

In this tutorial we learn how to install `liburing-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).