How to Install and Uninstall rapidxml-devel.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "rapidxml-devel.noarch" package

This tutorial shows how to install rapidxml-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rapidxml-devel.noarch

2. Uninstall "rapidxml-devel.noarch" package

Please follow the step by step instructions below to uninstall rapidxml-devel.noarch on Fedora 38:

$ sudo dnf remove rapidxml-devel.noarch $ sudo dnf autoremove

3. Information about the rapidxml-devel.noarch package on Fedora 38

Last metadata expiration check: 1:58:07 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rapidxml-devel
Version : 1.13
Release : 20.fc38
Architecture : noarch
Size : 41 k
Source : rapidxml-1.13-20.fc38.src.rpm
Repository : fedora
Summary : Fast XML parser
URL : http://rapidxml.sourceforge.net/
License : Boost or MIT
Description : 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.