How to Install and Uninstall php-pear-XML-Parser.noarch Package on Fedora 36
Last updated: January 11,2025
1. Install "php-pear-XML-Parser.noarch" package
This is a short guide on how to install php-pear-XML-Parser.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
php-pear-XML-Parser.noarch
Copied
2. Uninstall "php-pear-XML-Parser.noarch" package
In this section, we are going to explain the necessary steps to uninstall php-pear-XML-Parser.noarch on Fedora 36:
$
sudo dnf remove
php-pear-XML-Parser.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-pear-XML-Parser.noarch package on Fedora 36
Last metadata expiration check: 1:13:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-pear-XML-Parser
Version : 1.3.8
Release : 7.fc36
Architecture : noarch
Size : 25 k
Source : php-pear-XML-Parser-1.3.8-7.fc36.src.rpm
Repository : fedora
Summary : XML parsing class based on PHP's bundled expat
URL : http://pear.php.net/package/XML_Parser
License : BSD
Description : 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.
Available Packages
Name : php-pear-XML-Parser
Version : 1.3.8
Release : 7.fc36
Architecture : noarch
Size : 25 k
Source : php-pear-XML-Parser-1.3.8-7.fc36.src.rpm
Repository : fedora
Summary : XML parsing class based on PHP's bundled expat
URL : http://pear.php.net/package/XML_Parser
License : BSD
Description : 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.