How to Install and Uninstall php-phpdocumentor-type-resolver.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "php-phpdocumentor-type-resolver.noarch" package

This is a short guide on how to install php-phpdocumentor-type-resolver.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-phpdocumentor-type-resolver.noarch

2. Uninstall "php-phpdocumentor-type-resolver.noarch" package

Please follow the steps below to uninstall php-phpdocumentor-type-resolver.noarch on Fedora 36:

$ sudo dnf remove php-phpdocumentor-type-resolver.noarch $ sudo dnf autoremove

3. Information about the php-phpdocumentor-type-resolver.noarch package on Fedora 36

Last metadata expiration check: 2:49:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-phpdocumentor-type-resolver
Version : 0.4.0
Release : 13.fc36
Architecture : noarch
Size : 24 k
Source : php-phpdocumentor-type-resolver-0.4.0-13.fc36.src.rpm
Repository : fedora
Summary : A PSR-5 based resolver of Class names, Types and Structural Element Names
URL : https://github.com/phpDocumentor/TypeResolver
License : MIT
Description : The specification on types in DocBlocks (PSR-5) describes various keywords
: and special constructs but also how to statically resolve the partial name
: of a Class into a Fully Qualified Class Name (FQCN).
:
: PSR-5 also introduces an additional way to describe deeper elements than
: Classes, Interfaces and Traits called the Fully Qualified Structural Element
: Name (FQSEN). Using this it is possible to refer to methods, properties and
: class constants but also functions and global constants.
:
: This package provides two Resolvers that are capable of:
: 1. Returning a series of Value Object for given expression while resolving any
: partial class names, and
: 2. Returning an FQSEN object after resolving any partial Structural Element
: Names into Fully Qualified Structural Element names.
:
: Autoloader: /usr/share/php/phpDocumentor/Reflection/autoload-type-resolver.php