How To Install libXres-devel on Fedora 36

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

Introduction

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

What is libXres-devel

X.Org X11 libXres development package

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

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

sudo dnf -y install libXres-devel

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

sudo yum -y install libXres-devel

How To Uninstall libXres-devel on Fedora 36

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

sudo dnf remove libXres-devel

libXres-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `libXres-devel`

> X.Org X11 libXres development package  

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

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

sudo dnf -y install libXres-devel

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

sudo yum -y install libXres-devel

How To Uninstall libXres-devel on Fedora 36

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

sudo dnf remove libXres-devel

libXres-devel Package Contents on Fedora 36

/usr/include/X11/extensions/XRes.h
/usr/lib/libXRes.so
/usr/lib/pkgconfig/xres.pc
/usr/share/man/man3/XRes.3.gz
/usr/share/man/man3/XResQueryClientPixmapBytes.3.gz
/usr/share/man/man3/XResQueryClientResources.3.gz
/usr/share/man/man3/XResQueryClients.3.gz
/usr/share/man/man3/XResQueryExtension.3.gz
/usr/share/man/man3/XResQueryVersion.3.gz

References

Summary

/usr/include/X11/extensions/XRes.h /usr/lib64/libXRes.so /usr/lib64/pkgconfig/xres.pc /usr/share/man/man3/XRes.3.gz /usr/share/man/man3/XResQueryClientPixmapBytes.3.gz /usr/share/man/man3/XResQueryClientResources.3.gz /usr/share/man/man3/XResQueryClients.3.gz /usr/share/man/man3/XResQueryExtension.3.gz /usr/share/man/man3/XResQueryVersion.3.gz In this tutorial we learn how to install libXres-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [libXres-devel website](http://www.x.org)

## Summary

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