How to Install and Uninstall libaio.i686 Package on CentOS Stream 9

Last updated: September 28,2024

1. Install "libaio.i686" package

Please follow the guidance below to install libaio.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libaio.i686

2. Uninstall "libaio.i686" package

This guide covers the steps necessary to uninstall libaio.i686 on CentOS Stream 9:

$ sudo dnf remove libaio.i686 $ sudo dnf autoremove

3. Information about the libaio.i686 package on CentOS Stream 9

Last metadata expiration check: 2:46:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libaio
Version : 0.3.111
Release : 13.el9
Architecture : i686
Size : 24 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.