How to Install and Uninstall libaio.i686 Package on Amazon Linux 2

Last updated: May 16,2024

1. Install "libaio.i686" package

This tutorial shows how to install libaio.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libaio.i686

2. Uninstall "libaio.i686" package

Please follow the guidelines below to uninstall libaio.i686 on Amazon Linux 2:

$ sudo yum remove libaio.i686 $ sudo yum autoremove

3. Information about the libaio.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libaio
Arch : i686
Version : 0.3.109
Release : 13.amzn2.0.2
Size : 25 k
Repo : amzn2-core/2/x86_64
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.