How To Install php-theseer-fDOMDocument on Fedora 36

In this tutorial we learn how to install php-theseer-fDOMDocument in Fedora 36. php-theseer-fDOMDocument is An Extension to PHP standard DOM

Introduction

In this tutorial we learn how to install php-theseer-fDOMDocument on Fedora 36.

What is php-theseer-fDOMDocument

An Extension to PHP’s standard DOM to add various convenience methods and exceptions by default

We can use yum or dnf to install php-theseer-fDOMDocument on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-theseer-fDOMDocument.

Install php-theseer-fDOMDocument on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-theseer-fDOMDocument using dnf by running the following command:

sudo dnf -y install php-theseer-fDOMDocument

Install php-theseer-fDOMDocument on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-theseer-fDOMDocument using yum by running the following command:

sudo yum -y install php-theseer-fDOMDocument

How To Uninstall php-theseer-fDOMDocument on Fedora 36

To uninstall only the php-theseer-fDOMDocument package we can use the following command:

sudo dnf remove php-theseer-fDOMDocument

php-theseer-fDOMDocument Package Contents on Fedora 36

/usr/share/doc/php-theseer-fDOMDocument
/usr/share/doc/php-theseer-fDOMDocument/README.md
/usr/share/doc/php-theseer-fDOMDocument/composer.json
/usr/share/licenses/php-theseer-fDOMDocument
/usr/share/licenses/php-theseer-fDOMDocument/LICENSE
/usr/share/php/TheSeer/fDOMDocument
/usr/share/php/TheSeer/fDOMDocument/XPathQuery.php
/usr/share/php/TheSeer/fDOMDocument/XPathQueryException.php
/usr/share/php/TheSeer/fDOMDocument/autoload.php
/usr/share/php/TheSeer/fDOMDocument/css
/usr/share/php/TheSeer/fDOMDocument/css/DollarEqualRule.php
/usr/share/php/TheSeer/fDOMDocument/css/NotRule.php
/usr/share/php/TheSeer/fDOMDocument/css/NthChildRule.php
/usr/share/php/TheSeer/fDOMDocument/css/RegexRule.php
/usr/share/php/TheSeer/fDOMDocument/css/RuleInterface.php
/usr/share/php/TheSeer/fDOMDocument/css/Translator.php
/usr/share/php/TheSeer/fDOMDocument/fDOMDocument.php
/usr/share/php/TheSeer/fDOMDocument/fDOMDocumentFragment.php
/usr/share/php/TheSeer/fDOMDocument/fDOMElement.php
/usr/share/php/TheSeer/fDOMDocument/fDOMException.php
/usr/share/php/TheSeer/fDOMDocument/fDOMNode.php
/usr/share/php/TheSeer/fDOMDocument/fDOMXPath.php

References

Summary

In this tutorial we learn how to install php-theseer-fDOMDocument on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).