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

Last updated: May 20,2024

1. Install "tinyxml.x86_64" package

In this section, we are going to explain the necessary steps to install tinyxml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install tinyxml.x86_64

2. Uninstall "tinyxml.x86_64" package

This guide let you learn how to uninstall tinyxml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove tinyxml.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:10:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : tinyxml
Version : 2.6.2
Release : 19.el8
Architecture : x86_64
Size : 59 k
Source : tinyxml-2.6.2-19.el8.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.)