How to Install and Uninstall libvmmalloc.x86_64 Package on CentOS Stream 8

Last updated: May 15,2024

1. Install "libvmmalloc.x86_64" package

This is a short guide on how to install libvmmalloc.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libvmmalloc.x86_64

2. Uninstall "libvmmalloc.x86_64" package

Please follow the guidance below to uninstall libvmmalloc.x86_64 on CentOS Stream 8:

$ sudo dnf remove libvmmalloc.x86_64 $ sudo dnf autoremove

3. Information about the libvmmalloc.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:58:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libvmmalloc
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 148 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : Dynamic to Persistent Memory allocation translation 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.
:
: The typical usage of libvmmalloc is to load it via the LD_PRELOAD
: environment variable.