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

Last updated: May 04,2024

1. Install "liburing.i686" package

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

$ sudo dnf update $ sudo dnf install liburing.i686

2. Uninstall "liburing.i686" package

Learn how to uninstall liburing.i686 on Rocky Linux 9:

$ sudo dnf remove liburing.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:14:25 ago on Fri Feb 16 06:49:52 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 : 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.