How to Install and Uninstall libpmemblk.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libpmemblk.x86_64" package

In this section, we are going to explain the necessary steps to install libpmemblk.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libpmemblk.x86_64

2. Uninstall "libpmemblk.x86_64" package

Here is a brief guide to show you how to uninstall libpmemblk.x86_64 on Rocky Linux 8:

$ sudo dnf remove libpmemblk.x86_64 $ sudo dnf autoremove

3. Information about the libpmemblk.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:32:54 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libpmemblk
Version : 1.6.1
Release : 1.el8
Architecture : x86_64
Size : 91 k
Source : pmdk-1.6.1-1.el8.src.rpm
Repository : appstream
Summary : 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).