How To Install php-symfony3-finder on Fedora 36

In this tutorial we learn how to install php-symfony3-finder in Fedora 36. php-symfony3-finder is Symfony Finder Component (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-finder on Fedora 36.

What is php-symfony3-finder

The Finder Component finds files and directories via an intuitive fluent interface. Autoloader

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

Install php-symfony3-finder 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-symfony3-finder using dnf by running the following command:

sudo dnf -y install php-symfony3-finder

Install php-symfony3-finder 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-symfony3-finder using yum by running the following command:

sudo yum -y install php-symfony3-finder

How To Uninstall php-symfony3-finder on Fedora 36

To uninstall only the php-symfony3-finder package we can use the following command:

sudo dnf remove php-symfony3-finder

php-symfony3-finder Package Contents on Fedora 36

/usr/share/doc/php-symfony3-finder
/usr/share/doc/php-symfony3-finder/CHANGELOG.md
/usr/share/doc/php-symfony3-finder/README.md
/usr/share/doc/php-symfony3-finder/composer.json
/usr/share/licenses/php-symfony3-finder
/usr/share/licenses/php-symfony3-finder/LICENSE
/usr/share/php/Symfony3/Component/Finder
/usr/share/php/Symfony3/Component/Finder/Comparator
/usr/share/php/Symfony3/Component/Finder/Comparator/Comparator.php
/usr/share/php/Symfony3/Component/Finder/Comparator/DateComparator.php
/usr/share/php/Symfony3/Component/Finder/Comparator/NumberComparator.php
/usr/share/php/Symfony3/Component/Finder/Exception
/usr/share/php/Symfony3/Component/Finder/Exception/AccessDeniedException.php
/usr/share/php/Symfony3/Component/Finder/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Finder/Finder.php
/usr/share/php/Symfony3/Component/Finder/Glob.php
/usr/share/php/Symfony3/Component/Finder/Iterator
/usr/share/php/Symfony3/Component/Finder/Iterator/CustomFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/DateRangeFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/DepthRangeFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/FileTypeFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/FilecontentFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/FilenameFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/FilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/MultiplePcreFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/PathFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/RecursiveDirectoryIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/SizeRangeFilterIterator.php
/usr/share/php/Symfony3/Component/Finder/Iterator/SortableIterator.php
/usr/share/php/Symfony3/Component/Finder/SplFileInfo.php
/usr/share/php/Symfony3/Component/Finder/autoload.php

References

Summary

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