How to Install and Uninstall tinyxml.i686 Package on Fedora 34

Last updated: November 27,2024

1. Install "tinyxml.i686" package

This guide let you learn how to install tinyxml.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install tinyxml.i686

2. Uninstall "tinyxml.i686" package

This is a short guide on how to uninstall tinyxml.i686 on Fedora 34:

$ sudo dnf remove tinyxml.i686 $ sudo dnf autoremove

3. Information about the tinyxml.i686 package on Fedora 34

Last metadata expiration check: 3:54:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : tinyxml
Version : 2.6.2
Release : 22.fc34
Architecture : i686
Size : 61 k
Source : tinyxml-2.6.2-22.fc34.src.rpm
Repository : fedora
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.)