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

Last updated: September 20,2024

1. Install "libpmemblk-devel.x86_64" package

This guide let you learn how to install libpmemblk-devel.x86_64 on Amazon Linux 2

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

2. Uninstall "libpmemblk-devel.x86_64" package

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : libpmemblk-devel
Arch : x86_64
Version : 1.3
Release : 3.amzn2
Size : 28 k
Repo : amzn2-core/2/x86_64
Summary : Development files for the Persistent Memory Resident Array of
: Blocks library
URL : http://pmem.io/nvml
License : BSD
Description : The libpmemblk implements a pmem-resident array of blocks, all the
: same size, where a block is updated atomically with respect to
: power failure or program interruption (no torn blocks).
:
: For example, a program keeping a cache of fixed-size objects in
: pmem might find this library useful. This library is provided for
: cases requiring large arrays of objects at least 512 bytes each.
: Most developers will find higher level libraries like libpmemobj
: to be more generally useful.