How to Install and Uninstall libvmem-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libvmem-devel.x86_64" package

This tutorial shows how to install libvmem-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libvmem-devel.x86_64

2. Uninstall "libvmem-devel.x86_64" package

Please follow the guidance below to uninstall libvmem-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove libvmem-devel.x86_64 $ sudo dnf autoremove

3. Information about the libvmem-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:41:34 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libvmem-devel
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 46 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : Development files for the Volatile Memory allocation library
URL : http://pmem.io/pmdk
License : BSD
Description : The libvmem library turns a pool of persistent memory into a volatile
: memory pool, similar to the system heap but kept separate and with
: its own malloc-style API.
:
: This sub-package contains libraries and header files for developing
: applications that want to make use of libvmem.