How to Install and Uninstall libaio.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "libaio.x86_64" package

Please follow the guidance below to install libaio.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libaio.x86_64

2. Uninstall "libaio.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libaio.x86_64 on Rocky Linux 9:

$ sudo dnf remove libaio.x86_64 $ sudo dnf autoremove

3. Information about the libaio.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:21:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libaio
Version : 0.3.111
Release : 13.el9
Architecture : x86_64
Size : 23 k
Source : libaio-0.3.111-13.el9.src.rpm
Repository : baseos
Summary : Linux-native asynchronous I/O access library
License : LGPLv2+
Description : 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.