How to Install and Uninstall libpmemobj++-devel.x86_64 Package on CentOS Stream 8

Last updated: July 01,2024

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

This tutorial shows how to install libpmemobj++-devel.x86_64 on CentOS Stream 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 CentOS Stream 8:

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

3. Information about the libpmemobj++-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:21:35 ago on Sun Feb 25 03:03:59 2024.
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 : 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.