< Home - < Back

tinyxml2


Information about the package, tinyxml2, which is shipped with common Linux distributions. The tinyxml2 package is designed for, Simple, small and efficient C++ XML parser.


Package Name:

tinyxml2

Summary:

Simple, small and efficient C++ XML parser

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.

Architecture:

x86_64

Version:

1.0.11

Release:

4.20130805git0323851.el6

Size:

31 k

Repository:

epel

From Repository:

Licence:

zlib



Handy Yum Commands for tinyxml2


Control the tinyxml2 package with the following handy commands outlined below.


Command

Description of Command

yum install tinyxml2

This command will install tinyxml2 on the server.

yum remove tinyxml2

This command will un-install tinyxml2 on the server. When you run this command, you will be asked if you are sure that you want to remove tinyxml2, so you have to manually confirm that you want to do this.

yum -y remove tinyxml2

This command will un-install tinyxml2 on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tinyxml2 when using the -y flag.

yum update tinyxml2

This command will update tinyxml2 to the latest version. When you run this command, you will be asked if you are sure that you want to remove tinyxml2, so you have to manually confirm that you want to do this.

yum -y update tinyxml2

This command will update tinyxml2 to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tinyxml2 when using the -y flag.

yum info tinyxml2

This command will show you core information about the tinyxml2 package.

yum deplist tinyxml2

This command will show you the dependencies for tinyxml2. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update tinyxml2

This command will check if there is an update waiting on tinyxml2. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.