How To Install php-symfony-dom-crawler on Fedora 36

In this tutorial we learn how to install php-symfony-dom-crawler in Fedora 36. php-symfony-dom-crawler is Symfony DomCrawler Component

Introduction

In this tutorial we learn how to install php-symfony-dom-crawler on Fedora 36.

What is php-symfony-dom-crawler

The DomCrawler Component eases DOM navigation for HTML and XML documents.

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

Install php-symfony-dom-crawler 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-symfony-dom-crawler using dnf by running the following command:

sudo dnf -y install php-symfony-dom-crawler

Install php-symfony-dom-crawler 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-symfony-dom-crawler using yum by running the following command:

sudo yum -y install php-symfony-dom-crawler

How To Uninstall php-symfony-dom-crawler on Fedora 36

To uninstall only the php-symfony-dom-crawler package we can use the following command:

sudo dnf remove php-symfony-dom-crawler

php-symfony-dom-crawler Package Contents on Fedora 36

/usr/share/doc/php-symfony-dom-crawler
/usr/share/doc/php-symfony-dom-crawler/CHANGELOG.md
/usr/share/doc/php-symfony-dom-crawler/README.md
/usr/share/doc/php-symfony-dom-crawler/composer.json
/usr/share/licenses/php-symfony-dom-crawler
/usr/share/licenses/php-symfony-dom-crawler/LICENSE
/usr/share/php/Symfony/Component/DomCrawler
/usr/share/php/Symfony/Component/DomCrawler/Crawler.php
/usr/share/php/Symfony/Component/DomCrawler/Field
/usr/share/php/Symfony/Component/DomCrawler/Field/ChoiceFormField.php
/usr/share/php/Symfony/Component/DomCrawler/Field/FileFormField.php
/usr/share/php/Symfony/Component/DomCrawler/Field/FormField.php
/usr/share/php/Symfony/Component/DomCrawler/Field/InputFormField.php
/usr/share/php/Symfony/Component/DomCrawler/Field/TextareaFormField.php
/usr/share/php/Symfony/Component/DomCrawler/Form.php
/usr/share/php/Symfony/Component/DomCrawler/FormFieldRegistry.php
/usr/share/php/Symfony/Component/DomCrawler/Link.php
/usr/share/php/Symfony/Component/DomCrawler/autoload.php
/usr/share/php/Symfony/Component/DomCrawler/autoloader.php

References

Summary

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