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

Last updated: October 09,2024

1. Install "libnvme.i686" package

Learn how to install libnvme.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libnvme.i686

2. Uninstall "libnvme.i686" package

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

$ sudo dnf remove libnvme.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:57:25 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libnvme
Version : 1.6
Release : 1.el9
Architecture : i686
Size : 102 k
Source : libnvme-1.6-1.el9.src.rpm
Repository : baseos
Summary : Linux-native nvme device management library
URL : https://github.com/linux-nvme/libnvme
License : LGPL-2.1-or-later
Description : Provides type definitions for NVMe specification structures,
: enumerations, and bit fields, helper functions to construct,
: dispatch, and decode commands and payloads, and utilities to connect,
: scan, and manage nvme devices on a Linux system.