How to Install and Uninstall libpmemblk-devel.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "libpmemblk-devel.x86_64" package

This guide let you learn how to install libpmemblk-devel.x86_64 on Fedora 36

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

2. Uninstall "libpmemblk-devel.x86_64" package

Please follow the steps below to uninstall libpmemblk-devel.x86_64 on Fedora 36:

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

3. Information about the libpmemblk-devel.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libpmemblk-devel
Version : 1.11.1
Release : 4.fc36
Architecture : x86_64
Size : 51 k
Source : nvml-1.11.1-4.fc36.src.rpm
Repository : fedora
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.