How To Install php-phpdocumentor-fileset on Fedora 36

In this tutorial we learn how to install php-phpdocumentor-fileset in Fedora 36. php-phpdocumentor-fileset is Component for collecting a set of files given dirs and file paths

Introduction

In this tutorial we learn how to install php-phpdocumentor-fileset on Fedora 36.

What is php-phpdocumentor-fileset

A fileset component that manages the collection of files using directories and filenames. Autoloader

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

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

sudo dnf -y install php-phpdocumentor-fileset

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

sudo yum -y install php-phpdocumentor-fileset

How To Uninstall php-phpdocumentor-fileset on Fedora 36

To uninstall only the php-phpdocumentor-fileset package we can use the following command:

sudo dnf remove php-phpdocumentor-fileset

php-phpdocumentor-fileset Package Contents on Fedora 36

/usr/share/doc/php-phpdocumentor-fileset
/usr/share/doc/php-phpdocumentor-fileset/README.md
/usr/share/doc/php-phpdocumentor-fileset/composer.json
/usr/share/licenses/php-phpdocumentor-fileset
/usr/share/licenses/php-phpdocumentor-fileset/LICENSE
/usr/share/php/phpDocumentor
/usr/share/php/phpDocumentor/Fileset
/usr/share/php/phpDocumentor/Fileset/Collection
/usr/share/php/phpDocumentor/Fileset/Collection.php
/usr/share/php/phpDocumentor/Fileset/Collection/IgnorePatterns.php
/usr/share/php/phpDocumentor/Fileset/File.php
/usr/share/php/phpDocumentor/Fileset/autoload.php

References

Summary

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