How to Install and Uninstall libvmem-devel.x86_64 Package on CentOS Stream 8

Last updated: May 07,2024

1. Install "libvmem-devel.x86_64" package

Here is a brief guide to show you how to install libvmem-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "libvmem-devel.x86_64" package

This guide covers the steps necessary to uninstall libvmem-devel.x86_64 on CentOS Stream 8:

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

3. Information about the libvmem-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:08:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libvmem-devel
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 47 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : Development files for the Volatile Memory allocation library
URL : http://pmem.io/pmdk
License : BSD
Description : The libvmem library turns a pool of persistent memory into a volatile
: memory pool, similar to the system heap but kept separate and with
: its own malloc-style API.
:
: This sub-package contains libraries and header files for developing
: applications that want to make use of libvmem.