How to Install and Uninstall libpmem-devel.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "libpmem-devel.x86_64" package

Please follow the step by step instructions below to install libpmem-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "libpmem-devel.x86_64" package

This tutorial shows how to uninstall libpmem-devel.x86_64 on Oracle Linux 9:

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

3. Information about the libpmem-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:13:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libpmem-devel
Version : 1.12.1
Release : 1.el9
Architecture : x86_64
Size : 83 k
Source : nvml-1.12.1-1.el9.src.rpm
Repository : ol9_appstream
Summary : Development files for the low-level persistent memory library
URL : http://pmem.io/pmdk
License : BSD
Description : The libpmem provides low level persistent memory support. In particular,
: support for the persistent memory instructions for flushing changes
: to pmem is provided. This package provides the v1 API.
:
: This library is provided for software which tracks every store to
: pmem and needs to flush those changes to durability. Most developers
: will find higher level libraries like libpmemobj to be much more
: convenient.