How to Install and Uninstall php-phpdocumentor-reflection-docblock.noarch Package on Fedora 35

Last updated: November 29,2024

1. Install "php-phpdocumentor-reflection-docblock.noarch" package

This guide let you learn how to install php-phpdocumentor-reflection-docblock.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-phpdocumentor-reflection-docblock.noarch

2. Uninstall "php-phpdocumentor-reflection-docblock.noarch" package

This guide covers the steps necessary to uninstall php-phpdocumentor-reflection-docblock.noarch on Fedora 35:

$ sudo dnf remove php-phpdocumentor-reflection-docblock.noarch $ sudo dnf autoremove

3. Information about the php-phpdocumentor-reflection-docblock.noarch package on Fedora 35

Last metadata expiration check: 3:17:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-phpdocumentor-reflection-docblock
Version : 3.2.2
Release : 11.fc35
Architecture : noarch
Size : 33 k
Source : php-phpdocumentor-reflection-docblock-3.2.2-11.fc35.src.rpm
Repository : fedora
Summary : DocBlock parser
URL : https://github.com/phpDocumentor/ReflectionDocBlock
License : MIT
Description : 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.