How To Install php-theseer-directoryscanner on Fedora 36

In this tutorial we learn how to install php-theseer-directoryscanner in Fedora 36. php-theseer-directoryscanner is A recursive directory scanner and filter

Introduction

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

What is php-theseer-directoryscanner

A recursive directory scanner and filter.

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

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

sudo dnf -y install php-theseer-directoryscanner

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

sudo yum -y install php-theseer-directoryscanner

How To Uninstall php-theseer-directoryscanner on Fedora 36

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

sudo dnf remove php-theseer-directoryscanner

php-theseer-directoryscanner Package Contents on Fedora 36

/usr/share/doc/php-theseer-directoryscanner
/usr/share/doc/php-theseer-directoryscanner/composer.json
/usr/share/licenses/php-theseer-directoryscanner
/usr/share/licenses/php-theseer-directoryscanner/LICENSE
/usr/share/php/TheSeer
/usr/share/php/TheSeer/DirectoryScanner
/usr/share/php/TheSeer/DirectoryScanner/autoload.php
/usr/share/php/TheSeer/DirectoryScanner/directoryscanner.php
/usr/share/php/TheSeer/DirectoryScanner/filesonlyfilter.php
/usr/share/php/TheSeer/DirectoryScanner/includeexcludefilter.php
/usr/share/php/TheSeer/DirectoryScanner/phpfilter.php

References

Summary

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