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

Last updated: October 05,2024

1. Install "libpmemblk-devel.x86_64" package

Here is a brief guide to show you how to install libpmemblk-devel.x86_64 on Fedora 34

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

2. Uninstall "libpmemblk-devel.x86_64" package

This is a short guide on how to uninstall libpmemblk-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:22:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libpmemblk-devel
Version : 1.10
Release : 3.fc34
Architecture : x86_64
Size : 50 k
Source : nvml-1.10-3.fc34.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.