How to Install and Uninstall libpmemobj++-devel.x86_64 Package on Rocky Linux 9

Last updated: May 06,2024

1. Install "libpmemobj++-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libpmemobj++-devel.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libpmemobj++-devel.x86_64

2. Uninstall "libpmemobj++-devel.x86_64" package

Learn how to uninstall libpmemobj++-devel.x86_64 on Rocky Linux 9:

$ sudo dnf remove libpmemobj++-devel.x86_64 $ sudo dnf autoremove

3. Information about the libpmemobj++-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:31:48 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libpmemobj++-devel
Version : 1.13.0
Release : 1.el9
Architecture : x86_64
Size : 146 k
Source : libpmemobj-cpp-1.13.0-1.el9.src.rpm
Repository : appstream
Summary : C++ bindings for Persistent Memory Transactional Object Store library
URL : http://pmem.io/pmdk/cpp_obj/
License : BSD
Description : This package contains header files for libpmemobj C++ bindings and C++
: containers built on top of them.
:
: The libpmemobj library provides a transactional object store,
: providing memory allocation, transactions, and general facilities for
: persistent memory programming.