How to Install and Uninstall libvmmalloc.x86_64 Package on Amazon Linux 2

Last updated: July 01,2024

1. Install "libvmmalloc.x86_64" package

This guide covers the steps necessary to install libvmmalloc.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libvmmalloc.x86_64

2. Uninstall "libvmmalloc.x86_64" package

Please follow the guidance below to uninstall libvmmalloc.x86_64 on Amazon Linux 2:

$ sudo yum remove libvmmalloc.x86_64 $ sudo yum autoremove

3. Information about the libvmmalloc.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libvmmalloc
Arch : x86_64
Version : 1.3
Release : 3.amzn2
Size : 123 k
Repo : amzn2-core/2/x86_64
Summary : Dynamic to Persistent Memory allocation translation library
URL : http://pmem.io/nvml
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.