How to Install and Uninstall libvmmalloc-devel.x86_64 Package on Oracle Linux 8

Last updated: May 21,2024

1. Install "libvmmalloc-devel.x86_64" package

This is a short guide on how to install libvmmalloc-devel.x86_64 on Oracle Linux 8

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

2. Uninstall "libvmmalloc-devel.x86_64" package

This guide let you learn how to uninstall libvmmalloc-devel.x86_64 on Oracle Linux 8:

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

3. Information about the libvmmalloc-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:50:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libvmmalloc-devel
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 38 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : ol8_appstream
Summary : Development files for the Dynamic-to-Persistent allocation 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.
:
: This sub-package contains libraries and header files for developing
: applications that want to specifically make use of libvmmalloc.