How To Install pmemkv on Fedora 36
Introduction
In this tutorial we learn how to install pmemkv on Fedora 36.
What is pmemkv
Pmemkv is a family of key in mind – yet rather than being tied to a single backing implementation, it presents a common interface to a number of engines, both provided by pmemkv itself and external.
We can use yum or dnf to install pmemkv on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pmemkv.
Install pmemkv on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pmemkv using dnf by running the following command:
sudo dnf -y install pmemkv
Install pmemkv on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pmemkv using yum by running the following command:
sudo yum -y install pmemkv
How To Uninstall pmemkv on Fedora 36
To uninstall only the pmemkv package we can use the following command:
sudo dnf remove pmemkv
pmemkv Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/ee6dcb5b5abf956d37cc166f736ee954f62428
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/60b3e33903d0436f7294fad593b81e65622ef1
/usr/lib64/libpmemkv.so.1
/usr/lib64/libpmemkv_json_config.so.1
/usr/share/licenses/pmemkv
/usr/share/licenses/pmemkv/LICENSE
References
Summary
In this tutorial we learn how to install pmemkv on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).