How to Install and Uninstall libpmemobj++-devel.x86_64 Package on Oracle Linux 8

Last updated: July 01,2024

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

Please follow the guidance below to install libpmemobj++-devel.x86_64 on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall libpmemobj++-devel.x86_64 on Oracle Linux 8:

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

3. Information about the libpmemobj++-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:47:51 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libpmemobj++-devel
Version : 1.6
Release : 2.el8
Architecture : x86_64
Size : 61 k
Source : libpmemobj-cpp-1.6-2.el8.src.rpm
Repository : ol8_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.