How to Install and Uninstall tinyxml2.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "tinyxml2.x86_64" package

Please follow the instructions below to install tinyxml2.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install tinyxml2.x86_64

2. Uninstall "tinyxml2.x86_64" package

This guide covers the steps necessary to uninstall tinyxml2.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove tinyxml2.x86_64 $ sudo dnf autoremove

3. Information about the tinyxml2.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:06:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : tinyxml2
Version : 9.0.0
Release : 1.el9
Architecture : x86_64
Size : 43 k
Source : tinyxml2-9.0.0-1.el9.src.rpm
Repository : epel
Summary : Simple, small and efficient C++ XML parser
URL : https://github.com/leethomason/tinyxml2
License : zlib
Description : TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
: easily integrated into other programs. It uses a Document Object Model
: (DOM), meaning the XML data is parsed into a C++ objects that can be
: browsed and manipulated, and then written to disk or another output stream.
:
: TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) nor XSLs
: (eXtensible Stylesheet Language).
:
: TinyXML-2 uses a similar API to TinyXML-1, But the implementation of the
: parser was completely re-written to make it more appropriate for use in a
: game. It uses less memory, is faster, and uses far fewer memory allocations.