How To Install rapidxml-devel on Fedora 36

In this tutorial we learn how to install rapidxml-devel in Fedora 36. rapidxml-devel is Fast XML parser

Introduction

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

What is rapidxml-devel

RapidXml is an attempt to create the fastest XML parser possible, while retaining usability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data.

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

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

sudo dnf -y install rapidxml-devel

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

sudo yum -y install rapidxml-devel

How To Uninstall rapidxml-devel on Fedora 36

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

sudo dnf remove rapidxml-devel

rapidxml-devel Package Contents on Fedora 36

/usr/include/rapidxml.h
/usr/include/rapidxml_iterators.h
/usr/include/rapidxml_print.h
/usr/include/rapidxml_utils.h
/usr/share/doc/rapidxml-devel
/usr/share/doc/rapidxml-devel/license.txt
/usr/share/doc/rapidxml-devel/manual.html

References

Summary

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