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

Last updated: October 06,2024

1. Install "libnvme.i686" package

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

$ sudo dnf update $ sudo dnf install libnvme.i686

2. Uninstall "libnvme.i686" package

This is a short guide on how to uninstall libnvme.i686 on Oracle Linux 9:

$ sudo dnf remove libnvme.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:29:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libnvme
Version : 1.4
Release : 7.el9
Architecture : i686
Size : 101 k
Source : libnvme-1.4-7.el9.src.rpm
Repository : ol9_baseos_latest
Summary : Linux-native nvme device management library
URL : https://github.com/linux-nvme/libnvme
License : LGPLv2+
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.