How To Install libxdg-basedir-devel on Fedora 36

In this tutorial we learn how to install libxdg-basedir-devel in Fedora 36. libxdg-basedir-devel is Development files for libxdg-basedir

Introduction

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

What is libxdg-basedir-devel

The libxdg-basedir-devel package contains libraries and header files for developing applications that use libxdg-basedir.

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

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

sudo dnf -y install libxdg-basedir-devel

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

sudo yum -y install libxdg-basedir-devel

How To Uninstall libxdg-basedir-devel on Fedora 36

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

sudo dnf remove libxdg-basedir-devel

libxdg-basedir-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libxdg-basedir-devel`

> The libxdg-basedir-devel package contains libraries and header files for developing applications that use libxdg-basedir.  

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

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

sudo dnf -y install libxdg-basedir-devel

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

sudo yum -y install libxdg-basedir-devel

How To Uninstall libxdg-basedir-devel on Fedora 36

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

sudo dnf remove libxdg-basedir-devel

libxdg-basedir-devel Package Contents on Fedora 36

/usr/include/basedir.h
/usr/include/basedir_fs.h
/usr/lib64/libxdg-basedir.so
/usr/lib64/pkgconfig/libxdg-basedir.pc

References

Summary

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

/usr/include/basedir.h /usr/include/basedir_fs.h /usr/lib/libxdg-basedir.so /usr/lib/pkgconfig/libxdg-basedir.pc


## References

* [libxdg-basedir-devel website](https://github.com/devnev/libxdg-basedir)

## Summary

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