How to Install and Uninstall libpmemblk-devel.x86_64 Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "libpmemblk-devel.x86_64" package

Please follow the step by step instructions below to install libpmemblk-devel.x86_64 on CentOS Stream 9

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

2. Uninstall "libpmemblk-devel.x86_64" package

Please follow the guidance below to uninstall libpmemblk-devel.x86_64 on CentOS Stream 9:

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

3. Information about the libpmemblk-devel.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:00:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libpmemblk-devel
Version : 1.12.1
Release : 1.el9
Architecture : x86_64
Size : 54 k
Source : nvml-1.12.1-1.el9.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.