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

Last updated: June 26,2024

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

This is a short guide on how to install php-phpdocumentor-reflection.noarch on Fedora 34

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

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

This tutorial shows how to uninstall php-phpdocumentor-reflection.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:38:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-phpdocumentor-reflection
Version : 3.0.1
Release : 9.fc34
Architecture : noarch
Size : 24 k
Source : php-phpdocumentor-reflection-3.0.1-9.fc34.src.rpm
Repository : fedora
Summary : Reflection library to do Static Analysis for PHP Projects
URL : https://github.com/phpDocumentor/Reflection
License : MIT
Description : Using this library it is possible to statically reflect one or more files
: and create an object graph representing your application's structure,
: including accompanying in-source documentation using DocBlocks.
:
: The information that this library provides is similar to what the (built-in)
: Reflection extension of PHP provides; there are however several advantages
: to using this library:
:
: * Due to its Static nature it does not execute procedural code in your
: reflected files where Dynamic Reflection does.
: * Because the none of the code is interpreted by PHP (and executed)
: Static Reflection uses less memory.
: * Can reflect complete files
: * Can reflect a whole project by reflecting multiple files.
: * Reflects the contents of a DocBlock instead of just mentioning there is one.
: * Is capable of analyzing code written for any PHP version (starting at 5.2)
: up to and including your installed PHP version.
:
: Features
: * [Creates an object graph] containing the structure of your application much
: like a site map shows the structure of a website.
: * Can read and interpret code of any PHP version starting with 5.2 up to and
: including your currently installed version of PHP.
: * Due it's clean interface it can be in any application without a complex setup.
:
: Autoloader: /usr/share/php/phpDocumentor/Reflection/autoload.php