How To Install php-phpdocumentor-reflection-docblock5 on Fedora 36

In this tutorial we learn how to install php-phpdocumentor-reflection-docblock5 in Fedora 36. php-phpdocumentor-reflection-docblock5 is DocBlock parser

Introduction

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

What is php-phpdocumentor-reflection-docblock5

The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser that is fully compatible with the PHPDoc standard. With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock. Autoloader

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

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

sudo dnf -y install php-phpdocumentor-reflection-docblock5

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

sudo yum -y install php-phpdocumentor-reflection-docblock5

How To Uninstall php-phpdocumentor-reflection-docblock5 on Fedora 36

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

sudo dnf remove php-phpdocumentor-reflection-docblock5

php-phpdocumentor-reflection-docblock5 Package Contents on Fedora 36

/usr/share/doc/php-phpdocumentor-reflection-docblock5
/usr/share/doc/php-phpdocumentor-reflection-docblock5/README.md
/usr/share/doc/php-phpdocumentor-reflection-docblock5/composer.json
/usr/share/licenses/php-phpdocumentor-reflection-docblock5
/usr/share/licenses/php-phpdocumentor-reflection-docblock5/LICENSE
/usr/share/php/phpDocumentor/Reflection
/usr/share/php/phpDocumentor/Reflection/DocBlock5
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Description.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/DescriptionFactory.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/DocBlock.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/DocBlockFactory.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/DocBlockFactoryInterface.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/ExampleFinder.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Exception
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Exception/PcreException.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Serializer.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/StandardTagFactory.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tag.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/TagFactory.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Author.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/BaseTag.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Covers.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Deprecated.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Example.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Factory
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Factory/StaticMethod.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Formatter
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Formatter.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Formatter/AlignFormatter.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Formatter/PassthroughFormatter.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Generic.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/InvalidTag.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Link.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Method.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Param.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Property.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/PropertyRead.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/PropertyWrite.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Reference
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Reference/Fqsen.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Reference/Reference.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Reference/Url.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Return_.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/See.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Since.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Source.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/TagWithType.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Throws.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Uses.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Var_.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Tags/Version.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/Utils.php
/usr/share/php/phpDocumentor/Reflection/DocBlock5/autoload.php

References

Summary

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