How to Install and Uninstall liburing.i686 Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "liburing.i686" package

Please follow the instructions below to install liburing.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install liburing.i686

2. Uninstall "liburing.i686" package

Please follow the instructions below to uninstall liburing.i686 on Oracle Linux 9:

$ sudo dnf remove liburing.i686 $ sudo dnf autoremove

3. Information about the liburing.i686 package on Oracle Linux 9

Last metadata expiration check: 3:14:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : liburing
Version : 2.3
Release : 2.el9
Architecture : i686
Size : 27 k
Source : liburing-2.3-2.el9.src.rpm
Repository : ol9_appstream
Summary : Linux-native io_uring I/O access library
URL : https://git.kernel.dk/cgit/liburing/
License : (GPLv2 with exceptions and LGPLv2+) or MIT
Description : Provides native async IO for the Linux kernel, in a fast and efficient
: manner, for both buffered and O_DIRECT.