How To Install libblkid-devel on Fedora 36

In this tutorial we learn how to install libblkid-devel in Fedora 36. libblkid-devel is Block device ID library

Introduction

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

What is libblkid-devel

This is the block device identification development library and headers, part of util-linux.

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

Install libblkid-devel 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 libblkid-devel using dnf by running the following command:

sudo dnf -y install libblkid-devel

Install libblkid-devel 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 libblkid-devel using yum by running the following command:

sudo yum -y install libblkid-devel

How To Uninstall libblkid-devel on Fedora 36

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

sudo dnf remove libblkid-devel

libblkid-devel Package Contents on Fedora 36

---
title: "How To Install libblkid-devel on Fedora 36"
linkTitle: "libblkid-devel"
type: "docs"
description: "In this tutorial we learn how to install libblkid-devel in Fedora 36. libblkid-devel is Block device ID library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libblkid-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libblkid-devel` on Fedora 36.

### What is `libblkid-devel`

> This is the block device identification development library and headers, part of util-linux.  

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

## Install libblkid-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libblkid-devel

/usr/include/blkid /usr/include/blkid/blkid.h /usr/lib64/libblkid.so /usr/lib64/pkgconfig/blkid.pc /usr/share/doc/libblkid-devel /usr/share/doc/libblkid-devel/COPYING /usr/share/man/man3/libblkid.3.gz

Install libblkid-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh


## References

After updating yum database, We can install `libblkid-devel` using `yum` by running the following command:
* [libblkid-devel website](https://en.wikipedia.org/wiki/Util-linux)


```bash
## Summary
sudo yum -y install libblkid-devel

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

How To Uninstall libblkid-devel on Fedora 36

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

sudo dnf remove libblkid-devel

libblkid-devel Package Contents on Fedora 36

/usr/include/blkid
/usr/include/blkid/blkid.h
/usr/lib/libblkid.so
/usr/lib/pkgconfig/blkid.pc
/usr/share/doc/libblkid-devel
/usr/share/doc/libblkid-devel/COPYING
/usr/share/man/man3/libblkid.3.gz

References

Summary

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