How To Install libdmmp on Fedora 36
Introduction
In this tutorial we learn how to install libdmmp on Fedora 36.
What is libdmmp
This package contains the shared library for the device-mapper-multipath C API library.
We can use yum or dnf to install libdmmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdmmp.
Install libdmmp 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 libdmmp using dnf by running the following command:
sudo dnf -y install libdmmp
Install libdmmp 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 libdmmp using yum by running the following command:
sudo yum -y install libdmmp
How To Uninstall libdmmp on Fedora 36
To uninstall only the libdmmp package we can use the following command:
sudo dnf remove libdmmp
libdmmp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/199d2e2461f90df29c6652b3474569506760e9
/usr/lib/libdmmp.so.0.2.0
/usr/share/doc/libdmmp
/usr/share/doc/libdmmp/README.md
/usr/share/licenses/libdmmp
/usr/share/licenses/libdmmp/GPL-3.0
References
Summary
In this tutorial we learn how to install libdmmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdmmp on Fedora 36” linkTitle: “libdmmp” type: “docs” description: “In this tutorial we learn how to install libdmmp in Fedora 36. libdmmp is device-mapper-multipath C API library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdmmp-featured.png
Introduction
In this tutorial we learn how to install libdmmp on Fedora 36.
What is libdmmp
This package contains the shared library for the device-mapper-multipath C API library.
We can use yum or dnf to install libdmmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdmmp.
Install libdmmp 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 libdmmp using dnf by running the following command:
sudo dnf -y install libdmmp
Install libdmmp 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 libdmmp using yum by running the following command:
sudo yum -y install libdmmp
How To Uninstall libdmmp on Fedora 36
To uninstall only the libdmmp package we can use the following command:
sudo dnf remove libdmmp
libdmmp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/57e54a299402edbfd37116701d9ad5d7ee2550
/usr/lib64/libdmmp.so.0.2.0
/usr/share/doc/libdmmp
/usr/share/doc/libdmmp/README.md
/usr/share/licenses/libdmmp
/usr/share/licenses/libdmmp/GPL-3.0
References
Summary
In this tutorial we learn how to install libdmmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).