How To Install libblockdev-dm-devel on Fedora 36

description: “In this tutorial we learn how to install libblockdev-dm-devel in Fedora 36. libblockdev-dm-devel is Development files for the libblockdev-dm plugin/library” date: “2022-08-17” lastmod: “2022-08-17” title: “How To Install libblockdev-dm-devel on Fedora 36” linkTitle: “libblockdev-dm-devel” #image: /images/fedora/36/libblockdev-dm-devel-featured.png

type: “docs”

Introduction

description: “In this tutorial we learn how to install libblockdev-dm-devel in Fedora 36. libblockdev-dm-devel is Development files for the libblockdev-dm plugin/library” date: “2022-08-17” In this tutorial we learn how to install libblockdev-dm-devel on Fedora 36.

lastmod: “2022-08-17”

What is libblockdev-dm-devel

#image: /images/fedora/36/libblockdev-dm-devel-featured.png

This package contains header files and pkg-config files needed for development with the libblockdev-dm plugin/library.


Introduction

We can use yum or dnf to install libblockdev-dm-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libblockdev-dm-devel.

In this tutorial we learn how to install libblockdev-dm-devel on Fedora 36.

Install libblockdev-dm-devel on Fedora 36 Using dnf

What is libblockdev-dm-devel

Update yum database with dnf using the following command.

This package contains header files and pkg-config files needed for development with the libblockdev-dm plugin/library.

sudo dnf makecache --refresh

We can use yum or dnf to install libblockdev-dm-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libblockdev-dm-devel.

After updating yum database, We can install libblockdev-dm-devel using dnf by running the following command:

Install libblockdev-dm-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf -y install libblockdev-dm-devel

sudo dnf makecache --refresh
## Install libblockdev-dm-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

After updating yum database, We can install `libblockdev-dm-devel` using `dnf` by running the following command:
sudo yum makecache --refresh

sudo dnf -y install libblockdev-dm-devel
After updating yum database, We can install `libblockdev-dm-devel` using `yum` by running the following command:

sudo yum -y install libblockdev-dm-devel

Install libblockdev-dm-devel on Fedora 36 Using yum

How To Uninstall libblockdev-dm-devel on Fedora 36

Update yum database with yum using the following command. To uninstall only the libblockdev-dm-devel package we can use the following command:

```bash
sudo dnf remove libblockdev-dm-devel
sudo yum makecache --refresh


## libblockdev-dm-devel Package Contents on Fedora 36
After updating yum database, We can install `libblockdev-dm-devel` using `yum` by running the following command:


```bash
```bash
sudo yum -y install libblockdev-dm-devel

How To Uninstall libblockdev-dm-devel on Fedora 36

To uninstall only the libblockdev-dm-devel package we can use the following command:

sudo dnf remove libblockdev-dm-devel

libblockdev-dm-devel Package Contents on Fedora 36

/usr/include/blockdev
/usr/include/blockdev/dm.h
/usr/lib64/libbd_dm.so

References

Summary

In this tutorial we learn how to install libblockdev-dm-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/blockdev /usr/include/blockdev/dm.h /usr/lib/libbd_dm.so


## References

* [libblockdev-dm-devel website](https://github.com/storaged-project/libblockdev)

## Summary

In this tutorial we learn how to install `libblockdev-dm-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).