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

Last updated: May 18,2024

1. Install "libvmmalloc-devel.x86_64" package

Please follow the guidelines below to install libvmmalloc-devel.x86_64 on Fedora 34

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

2. Uninstall "libvmmalloc-devel.x86_64" package

Please follow the guidance below to uninstall libvmmalloc-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:44:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libvmmalloc-devel
Version : 1.8
Release : 5.fc34
Architecture : x86_64
Size : 20 k
Source : vmem-1.8-5.fc34.src.rpm
Repository : fedora
Summary : Development files for the Dynamic-to-Persistent allocation 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.
:
: This sub-package contains libraries and header files for developing
: applications that want to specifically make use of libvmmalloc.