< Home - < Back

perl-XML-Parser


Information about the package, perl-XML-Parser, which is shipped with common Linux distributions. The perl-XML-Parser package is designed for, Perl module for parsing XML files.


Package Name:

perl-XML-Parser

Summary:

Perl module for parsing XML files

Description:

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.

Architecture:

x86_64

Version:

2.36

Release:

7.el6

Size:

224 k

Repository:

base

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-XML-Parser


Control the perl-XML-Parser package with the following handy commands outlined below.


Command

Description of Command

yum install perl-XML-Parser

This command will install perl-XML-Parser on the server.

yum remove perl-XML-Parser

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

yum -y remove perl-XML-Parser

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

yum update perl-XML-Parser

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

yum -y update perl-XML-Parser

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

yum info perl-XML-Parser

This command will show you core information about the perl-XML-Parser package.

yum deplist perl-XML-Parser

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

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