How to Install and Uninstall tinyxml2.i686 Package on Fedora 36
Last updated: November 28,2024
1. Install "tinyxml2.i686" package
This guide covers the steps necessary to install tinyxml2.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
tinyxml2.i686
Copied
2. Uninstall "tinyxml2.i686" package
This guide let you learn how to uninstall tinyxml2.i686 on Fedora 36:
$
sudo dnf remove
tinyxml2.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the tinyxml2.i686 package on Fedora 36
Last metadata expiration check: 1:04:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : tinyxml2
Version : 7.0.1
Release : 8.fc36
Architecture : i686
Size : 45 k
Source : tinyxml2-7.0.1-8.fc36.src.rpm
Repository : fedora
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.
Available Packages
Name : tinyxml2
Version : 7.0.1
Release : 8.fc36
Architecture : i686
Size : 45 k
Source : tinyxml2-7.0.1-8.fc36.src.rpm
Repository : fedora
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.