How To Install php-phpunit-File-Iterator on Fedora 36

In this tutorial we learn how to install php-phpunit-File-Iterator in Fedora 36. php-phpunit-File-Iterator is FilterIterator implementation that filters files based on a list of suffixes

Introduction

In this tutorial we learn how to install php-phpunit-File-Iterator on Fedora 36.

What is php-phpunit-File-Iterator

FilterIterator implementation that filters files based on a list of suffixes.

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

Install php-phpunit-File-Iterator 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-phpunit-File-Iterator using dnf by running the following command:

sudo dnf -y install php-phpunit-File-Iterator

Install php-phpunit-File-Iterator 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-phpunit-File-Iterator using yum by running the following command:

sudo yum -y install php-phpunit-File-Iterator

How To Uninstall php-phpunit-File-Iterator on Fedora 36

To uninstall only the php-phpunit-File-Iterator package we can use the following command:

sudo dnf remove php-phpunit-File-Iterator

php-phpunit-File-Iterator Package Contents on Fedora 36

/usr/share/doc/php-phpunit-File-Iterator
/usr/share/doc/php-phpunit-File-Iterator/ChangeLog.md
/usr/share/doc/php-phpunit-File-Iterator/README.md
/usr/share/doc/php-phpunit-File-Iterator/composer.json
/usr/share/licenses/php-phpunit-File-Iterator
/usr/share/licenses/php-phpunit-File-Iterator/LICENSE
/usr/share/php/File
/usr/share/php/File/Iterator
/usr/share/php/File/Iterator.php
/usr/share/php/File/Iterator/Autoload.php
/usr/share/php/File/Iterator/Facade.php
/usr/share/php/File/Iterator/Factory.php

References

Summary

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