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

Last updated: October 08,2024

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

Here is a brief guide to show you how to install php-phpdocumentor-type-resolver1.noarch on Fedora 36

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

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

This guide let you learn how to uninstall php-phpdocumentor-type-resolver1.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:46:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-phpdocumentor-type-resolver1
Version : 1.6.1
Release : 1.fc36.remi
Architecture : noarch
Size : 33 k
Source : php-phpdocumentor-type-resolver1-1.6.1-1.fc36.remi.src.rpm
Repository : remi
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/Reflection2/autoload-type-resolver.php