How To Install php-symfony-finder on Fedora 36

In this tutorial we learn how to install php-symfony-finder in Fedora 36. php-symfony-finder is Symfony Finder Component

Introduction

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

What is php-symfony-finder

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

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

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

sudo dnf -y install php-symfony-finder

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

sudo yum -y install php-symfony-finder

How To Uninstall php-symfony-finder on Fedora 36

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

sudo dnf remove php-symfony-finder

php-symfony-finder Package Contents on Fedora 36

/usr/share/doc/php-symfony-finder
/usr/share/doc/php-symfony-finder/CHANGELOG.md
/usr/share/doc/php-symfony-finder/README.md
/usr/share/doc/php-symfony-finder/composer.json
/usr/share/licenses/php-symfony-finder
/usr/share/licenses/php-symfony-finder/LICENSE
/usr/share/php/Symfony/Component/Finder
/usr/share/php/Symfony/Component/Finder/Adapter
/usr/share/php/Symfony/Component/Finder/Adapter/AbstractAdapter.php
/usr/share/php/Symfony/Component/Finder/Adapter/AbstractFindAdapter.php
/usr/share/php/Symfony/Component/Finder/Adapter/AdapterInterface.php
/usr/share/php/Symfony/Component/Finder/Adapter/BsdFindAdapter.php
/usr/share/php/Symfony/Component/Finder/Adapter/GnuFindAdapter.php
/usr/share/php/Symfony/Component/Finder/Adapter/PhpAdapter.php
/usr/share/php/Symfony/Component/Finder/Comparator
/usr/share/php/Symfony/Component/Finder/Comparator/Comparator.php
/usr/share/php/Symfony/Component/Finder/Comparator/DateComparator.php
/usr/share/php/Symfony/Component/Finder/Comparator/NumberComparator.php
/usr/share/php/Symfony/Component/Finder/Exception
/usr/share/php/Symfony/Component/Finder/Exception/AccessDeniedException.php
/usr/share/php/Symfony/Component/Finder/Exception/AdapterFailureException.php
/usr/share/php/Symfony/Component/Finder/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Component/Finder/Exception/OperationNotPermitedException.php
/usr/share/php/Symfony/Component/Finder/Exception/ShellCommandFailureException.php
/usr/share/php/Symfony/Component/Finder/Expression
/usr/share/php/Symfony/Component/Finder/Expression/Expression.php
/usr/share/php/Symfony/Component/Finder/Expression/Glob.php
/usr/share/php/Symfony/Component/Finder/Expression/Regex.php
/usr/share/php/Symfony/Component/Finder/Expression/ValueInterface.php
/usr/share/php/Symfony/Component/Finder/Finder.php
/usr/share/php/Symfony/Component/Finder/Glob.php
/usr/share/php/Symfony/Component/Finder/Iterator
/usr/share/php/Symfony/Component/Finder/Iterator/CustomFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/FilePathsIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/FilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/PathFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php
/usr/share/php/Symfony/Component/Finder/Iterator/SortableIterator.php
/usr/share/php/Symfony/Component/Finder/Shell
/usr/share/php/Symfony/Component/Finder/Shell/Command.php
/usr/share/php/Symfony/Component/Finder/Shell/Shell.php
/usr/share/php/Symfony/Component/Finder/SplFileInfo.php
/usr/share/php/Symfony/Component/Finder/autoload.php
/usr/share/php/Symfony/Component/Finder/autoloader.php

References

Summary

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