How to Install and Uninstall php-xml-parser Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "php-xml-parser" package

Please follow the guidelines below to install php-xml-parser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-xml-parser

2. Uninstall "php-xml-parser" package

Learn how to uninstall php-xml-parser on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-xml-parser $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-xml-parser package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-xml-parser
Priority: optional
Section: universe/web
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Version: 1.3.6-1ubuntu1
Depends: php-common, php-pear
Filename: pool/universe/p/php-xml-parser/php-xml-parser_1.3.6-1ubuntu1_all.deb
Size: 18022
MD5sum: af90be22dcdcc778fa2a1193bbbd01bc
SHA1: 83f36665a43ebbe878dbe33067a01a246910f489
SHA256: 8c2bbcbaf78fad5618178be55fa8f656486346379fa747afa4b23f9924c2b00a
Description-en: XML parsing class based on PHP's bundled expat
This is an XML parser based on PHPs built-in xml extension.
It supports two basic modes of operation: "func" and "event". In "func" mode,
it will look for a function named after each element (xmltag_ELEMENT for start
tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of
generic callbacks.
.
Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing
of most XML documents easier, by automatically providing a stack for the
elements.
Furthermore its now possible to split the parser from the handler object, so
you do not have to extend XML_Parser anymore in order to parse a document with
it.
Description-md5: bba906411bd30046d02975aa311990c1
Homepage: http://pear.php.net/package/XML_Parser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu