How To Install libfdt-devel on Fedora 36

In this tutorial we learn how to install libfdt-devel in Fedora 36. libfdt-devel is Development headers for device tree library

Introduction

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

What is libfdt-devel

This package provides development files for libfdt

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

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

sudo dnf -y install libfdt-devel

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

sudo yum -y install libfdt-devel

How To Uninstall libfdt-devel on Fedora 36

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

sudo dnf remove libfdt-devel

libfdt-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libfdt-devel`

> This package provides development files for libfdt  

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

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

/usr/include/fdt.h /usr/include/libfdt.h /usr/include/libfdt_env.h /usr/lib/libfdt.so

sudo dnf -y install libfdt-devel

Install libfdt-devel on Fedora 36 Using yum

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


```bash
## References
sudo yum makecache --refresh

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

Summary

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

How To Uninstall libfdt-devel on Fedora 36

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

sudo dnf remove libfdt-devel

libfdt-devel Package Contents on Fedora 36

/usr/include/fdt.h
/usr/include/libfdt.h
/usr/include/libfdt_env.h
/usr/lib64/libfdt.so

References

Summary

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