How To Install libXres-devel on Rocky Linux 8

In this tutorial we learn how to install libXres-devel on Rocky Linux 8. libXres-devel is Development files for libXres

Introduction

In this tutorial we learn how to install libXres-devel on Rocky Linux 8.

What is libXres-devel

X.Org X11 libXres development package

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

Install libXres-devel on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove libXres-devel

libXres-devel Package Contents on Rocky Linux 8

/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
/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

References

Summary

In this tutorial we learn how to install libXres-devel on Rocky Linux 8 using yum and dnf.