How To Install libXfixes on Rocky Linux 8

In this tutorial we learn how to install libXfixes on Rocky Linux 8. libXfixes is X Fixes library

Introduction

In this tutorial we learn how to install libXfixes on Rocky Linux 8.

What is libXfixes

X Fixes library.

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

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

sudo dnf -y install libXfixes

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

sudo yum -y install libXfixes

How To Uninstall libXfixes on Rocky Linux 8

To uninstall only the libXfixes package we can use the following command:

sudo dnf remove libXfixes

libXfixes Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/51d9253bb8e997ecd5c01bc5500dea10079af4
/usr/lib/libXfixes.so.3
/usr/lib/libXfixes.so.3.1.0
/usr/share/doc/libXfixes
/usr/share/doc/libXfixes/AUTHORS
/usr/share/doc/libXfixes/COPYING
/usr/share/doc/libXfixes/README
/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/4b4e2491564f098ff7b8c26868f77397019a22
/usr/lib64/libXfixes.so.3
/usr/lib64/libXfixes.so.3.1.0
/usr/share/doc/libXfixes
/usr/share/doc/libXfixes/AUTHORS
/usr/share/doc/libXfixes/COPYING
/usr/share/doc/libXfixes/README

References

Summary

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