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

Last updated: October 06,2024

1. Install "tinyxml.x86_64" package

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

$ sudo dnf update $ sudo dnf install tinyxml.x86_64

2. Uninstall "tinyxml.x86_64" package

Please follow the steps below to uninstall tinyxml.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove tinyxml.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:22:33 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : tinyxml
Version : 2.6.2
Release : 23.el9
Architecture : x86_64
Size : 57 k
Source : tinyxml-2.6.2-23.el9.src.rpm
Repository : epel
Summary : A simple, small, C++ XML parser
URL : http://www.grinninglizard.com/tinyxml/
License : zlib
Description : TinyXML is a simple, small, C++ XML parser that can be easily integrating
: into other programs. Have you ever found yourself writing a text file parser
: every time you needed to save human readable data or serialize objects?
: TinyXML solves the text I/O file once and for all.
: (Or, as a friend said, ends the Just Another Text File Parser problem.)