How to Install and Uninstall libvmmalloc-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 18,2024

1. Install "libvmmalloc-devel.x86_64" package

This tutorial shows how to install libvmmalloc-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "libvmmalloc-devel.x86_64" package

Please follow the instructions below to uninstall libvmmalloc-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the libvmmalloc-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:56:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libvmmalloc-devel
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 38 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : Development files for the Dynamic-to-Persistent allocation library
URL : http://pmem.io/pmdk
License : BSD
Description : The libvmmalloc library transparently converts all the dynamic memory
: allocations into persistent memory allocations. This allows the use
: of persistent memory as volatile memory without modifying the target
: application.
:
: This sub-package contains libraries and header files for developing
: applications that want to specifically make use of libvmmalloc.