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

Last updated: October 05,2024

1. Install "libblkio.i686" package

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

$ sudo dnf update $ sudo dnf install libblkio.i686

2. Uninstall "libblkio.i686" package

Please follow the step by step instructions below to uninstall libblkio.i686 on CentOS Stream 9:

$ sudo dnf remove libblkio.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:31:43 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libblkio
Version : 1.3.0
Release : 1.el9
Architecture : i686
Size : 581 k
Source : libblkio-1.3.0-1.el9.src.rpm
Repository : appstream
Summary : Block device I/O library
URL : https://gitlab.com/libblkio/libblkio
License : (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND BSD-3-Clause
Description : libblkio is a library for high-performance block device I/O with
: support for multi-queue devices. A C API is provided so that
: applications can use the library from most programming languages.