How To Install irrXML-devel on Rocky Linux 8

In this tutorial we learn how to install irrXML-devel on Rocky Linux 8. irrXML-devel is Development headers and libraries for irrXML

Introduction

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

What is irrXML-devel

Development headers and libraries for irrXML.

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

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

sudo dnf -y install irrXML-devel

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

sudo yum -y install irrXML-devel

How To Uninstall irrXML-devel on Rocky Linux 8

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

sudo dnf remove irrXML-devel

irrXML-devel Package Contents on Rocky Linux 8

/usr/include/irrlicht
/usr/include/irrlicht/fast_atof.h
/usr/include/irrlicht/heapsort.h
/usr/include/irrlicht/irrArray.h
/usr/include/irrlicht/irrString.h
/usr/include/irrlicht/irrTypes.h
/usr/include/irrlicht/irrXML.h
/usr/lib64/libIrrXML.so

References

Summary

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