How To Install libaio on Fedora 36

In this tutorial we learn how to install libaio in Fedora 36. libaio is Linux-native asynchronous I/O access library

Introduction

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

What is libaio

The Linux-native asynchronous I/O facility (“async I/O”, or “aio”) has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API.

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

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

sudo dnf -y install libaio

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

sudo yum -y install libaio

How To Uninstall libaio on Fedora 36

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

sudo dnf remove libaio

libaio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/f8aa6d7e9f4d7a337878d7b4eb003e78d83304
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/faa878633f4a8947dc2e6cb94fbb50e7191ee6
/usr/lib/libaio.so.1
/usr/lib/libaio.so.1.0.0
/usr/lib/libaio.so.1.0.1
/usr/share/licenses/libaio
/usr/share/licenses/libaio/COPYING

References

Summary

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


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

Introduction

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

What is libaio

The Linux-native asynchronous I/O facility (“async I/O”, or “aio”) has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API.

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

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

sudo dnf -y install libaio

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

sudo yum -y install libaio

How To Uninstall libaio on Fedora 36

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

sudo dnf remove libaio

libaio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/3005c4a5e74d8719b6ea2f2869e571efeea1f8
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/925342650b34e0638c59863d353c56d83b9d44
/usr/lib64/libaio.so.1
/usr/lib64/libaio.so.1.0.0
/usr/lib64/libaio.so.1.0.1
/usr/share/licenses/libaio
/usr/share/licenses/libaio/COPYING

References

Summary

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