How to Install and Uninstall libvmmalloc.x86_64 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "libvmmalloc.x86_64" package

Here is a brief guide to show you how to install libvmmalloc.x86_64 on Rocky Linux 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 Rocky Linux 8:

$ sudo dnf remove libvmmalloc.x86_64 $ sudo dnf autoremove

3. Information about the libvmmalloc.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:27:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libvmmalloc
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 147 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.