How to Install and Uninstall libvmmalloc.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "libvmmalloc.x86_64" package

In this section, we are going to explain the necessary steps to install libvmmalloc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libvmmalloc.x86_64

2. Uninstall "libvmmalloc.x86_64" package

Please follow the guidelines below to uninstall libvmmalloc.x86_64 on Fedora 34:

$ sudo dnf remove libvmmalloc.x86_64 $ sudo dnf autoremove

3. Information about the libvmmalloc.x86_64 package on Fedora 34

Last metadata expiration check: 3:03:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libvmmalloc
Version : 1.8
Release : 5.fc34
Architecture : x86_64
Size : 132 k
Source : vmem-1.8-5.fc34.src.rpm
Repository : fedora
Summary : Dynamic to Persistent Memory allocation translation library
URL : http://pmem.io/vmem
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.