How to Install and Uninstall libpmemobj-debug.x86_64 Package on Amazon Linux 2

Last updated: May 14,2024

1. Install "libpmemobj-debug.x86_64" package

This tutorial shows how to install libpmemobj-debug.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libpmemobj-debug.x86_64

2. Uninstall "libpmemobj-debug.x86_64" package

This guide let you learn how to uninstall libpmemobj-debug.x86_64 on Amazon Linux 2:

$ sudo yum remove libpmemobj-debug.x86_64 $ sudo yum autoremove

3. Information about the libpmemobj-debug.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libpmemobj-debug
Arch : x86_64
Version : 1.3
Release : 3.amzn2
Size : 112 k
Repo : amzn2-core/2/x86_64
Summary : Debug variant of the Persistent Memory Transactional Object Store
: library
URL : http://pmem.io/nvml
License : BSD
Description : The libpmemobj library provides a transactional object store,
: providing memory allocation, transactions, and general facilities
: for persistent memory programming. Developers new to persistent
: memory probably want to start with this library.
:
: This sub-package contains debug variant of the library, providing
: run-time assertions and trace points. The typical way to access
: the debug version is to set the environment variable
: LD_LIBRARY_PATH to /usr/lib64/nvml_debug.