How to Install and Uninstall libnvme.x86_64 Package on Rocky Linux 9

Last updated: October 15,2024

1. Install "libnvme.x86_64" package

In this section, we are going to explain the necessary steps to install libnvme.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libnvme.x86_64

2. Uninstall "libnvme.x86_64" package

This guide covers the steps necessary to uninstall libnvme.x86_64 on Rocky Linux 9:

$ sudo dnf remove libnvme.x86_64 $ sudo dnf autoremove

3. Information about the libnvme.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:49:37 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libnvme
Version : 1.4
Release : 7.el9
Architecture : x86_64
Size : 89 k
Source : libnvme-1.4-7.el9.src.rpm
Repository : baseos
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.