title: “How To Install libaio-devel on Fedora 36” title: “How To Install libaio-devel on Fedora 36” linkTitle: “libaio-devel” linkTitle: “libaio-devel” type: “docs” type: “docs” description: “In this tutorial we learn how to install libaio-devel in Fedora 36. libaio-devel is Development files for Linux-native asynchronous I/O access” date: “2022-08-17” description: “In this tutorial we learn how to install libaio-devel in Fedora 36. libaio-devel is Development files for Linux-native asynchronous I/O access” lastmod: “2022-08-17” date: “2022-08-17” #image: /images/fedora/36/libaio-devel-featured.png

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/libaio-devel-featured.png In this tutorial we learn how to install libaio-devel on Fedora 36.

What is libaio-devel

Introduction

This package provides header files to include and libraries to link with for the Linux-native asynchronous I/O facility (“async I/O”, or “aio”).

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

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

What is libaio-devel

Install libaio-devel on Fedora 36 Using dnf

This package provides header files to include and libraries to link with for the Linux-native asynchronous I/O facility (“async I/O”, or “aio”).

Update yum database with dnf using the following command.

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

Install libaio-devel on Fedora 36 Using dnf

After updating yum database, We can install libaio-devel using dnf by running the following command:

Update yum database with dnf using the following command.


sudo dnf -y install libaio-devel
```bash

sudo dnf makecache –refresh

## Install libaio-devel on Fedora 36 Using yum


Update yum database with `yum` using the following command.
After updating yum database, We can install `libaio-devel` using `dnf` by running the following command:


```bash
sudo yum makecache --refresh
```bash

sudo dnf -y install libaio-devel

After updating yum database, We can install `libaio-devel` using `yum` by running the following command:


```bash
## Install libaio-devel on Fedora 36 Using yum
sudo yum -y install libaio-devel

Update yum database with yum using the following command.

How To Uninstall libaio-devel on Fedora 36

To uninstall only the `libaio-devel` package we can use the following command:
sudo yum makecache --refresh

```bash

sudo dnf remove libaio-devel


After updating yum database, We can install `libaio-devel` using `yum` by running the following command:
## libaio-devel Package Contents on Fedora 36


```bash
```bash
sudo yum -y install libaio-devel

How To Uninstall libaio-devel on Fedora 36

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

sudo dnf remove libaio-devel

libaio-devel Package Contents on Fedora 36

/usr/include/libaio.h
/usr/lib64/libaio.so

References

Summary

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

/usr/include/libaio.h /usr/lib/libaio.so


## References

* [libaio-devel website]()

## Summary

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