How to Install and Uninstall libpmemblk-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "libpmemblk-devel.x86_64" package

Please follow the step by step instructions below to install libpmemblk-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "libpmemblk-devel.x86_64" package

Please follow the instructions below to uninstall libpmemblk-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the libpmemblk-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:43:46 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libpmemblk-devel
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 57 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : Development files for the Persistent Memory Resident Array of Blocks library
URL : http://pmem.io/pmdk
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.