< Home - < Back

tinyxml


Information about the package, tinyxml, which is shipped with common Linux distributions. The tinyxml package is designed for, A simple, small, C++ XML parser.


Package Name:

tinyxml

Summary:

A simple, small, C++ XML parser

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.)

Architecture:

x86_64

Version:

2.6.1

Release:

1.el6

Size:

47 k

Repository:

epel

From Repository:

Licence:

zlib



Handy Yum Commands for tinyxml


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


Command

Description of Command

yum install tinyxml

This command will install tinyxml on the server.

yum remove tinyxml

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

yum -y remove tinyxml

This command will un-install tinyxml 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 tinyxml when using the -y flag.

yum update tinyxml

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

yum -y update tinyxml

This command will update tinyxml 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 tinyxml when using the -y flag.

yum info tinyxml

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

yum deplist tinyxml

This command will show you the dependencies for tinyxml. 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 tinyxml

This command will check if there is an update waiting on tinyxml. 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.