How to Install and Uninstall libpmem-devel.x86_64 Package on Amazon Linux 2

Last updated: May 09,2024

1. Install "libpmem-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libpmem-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libpmem-devel.x86_64

2. Uninstall "libpmem-devel.x86_64" package

Learn how to uninstall libpmem-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove libpmem-devel.x86_64 $ sudo yum autoremove

3. Information about the libpmem-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libpmem-devel
Arch : x86_64
Version : 1.3
Release : 3.amzn2
Size : 29 k
Repo : amzn2-core/2/x86_64
Summary : Development files for the low-level persistent memory library
URL : http://pmem.io/nvml
License : BSD
Description : The libpmem provides low level persistent memory support. In
: particular, support for the persistent memory instructions for
: flushing changes to pmem is provided.
:
: This library is provided for software which tracks every store to
: pmem and needs to flush those changes to durability. Most
: developers will find higher level libraries like libpmemobj to be
: much more convenient.