How To Install libXres on Fedora 36
Introduction
In this tutorial we learn how to install libXres on Fedora 36.
What is libXres
X-Resource is an extension that allows a client to query the X server about its usage of various resources.
We can use yum or dnf to install libXres on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXres.
Install libXres 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 using dnf by running the following command:
sudo dnf -y install libXres
Install libXres 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 using yum by running the following command:
sudo yum -y install libXres
How To Uninstall libXres on Fedora 36
To uninstall only the libXres package we can use the following command:
sudo dnf remove libXres
libXres Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/a03d000c82c9999dd1746a7b67d70c1f680040
/usr/lib/libXRes.so.1
/usr/lib/libXRes.so.1.0.0
/usr/share/doc/libXres
/usr/share/doc/libXres/AUTHORS
/usr/share/doc/libXres/COPYING
References
Summary
In this tutorial we learn how to install libXres on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libXres on Fedora 36” linkTitle: “libXres” type: “docs” description: “In this tutorial we learn how to install libXres in Fedora 36. libXres is X-Resource extension client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXres-featured.png
Introduction
In this tutorial we learn how to install libXres on Fedora 36.
What is libXres
X-Resource is an extension that allows a client to query the X server about its usage of various resources.
We can use yum or dnf to install libXres on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXres.
Install libXres 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 using dnf by running the following command:
sudo dnf -y install libXres
Install libXres 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 using yum by running the following command:
sudo yum -y install libXres
How To Uninstall libXres on Fedora 36
To uninstall only the libXres package we can use the following command:
sudo dnf remove libXres
libXres Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/a385b3ef9d2fec523163178b5a38616b8715fb
/usr/lib64/libXRes.so.1
/usr/lib64/libXRes.so.1.0.0
/usr/share/doc/libXres
/usr/share/doc/libXres/AUTHORS
/usr/share/doc/libXres/COPYING
References
Summary
In this tutorial we learn how to install libXres on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).