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

Last updated: September 20,2024

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

Please follow the guidelines below to install php-phpdocumentor-type-resolver1.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 3:05:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-phpdocumentor-type-resolver1
Version : 1.5.1
Release : 1.fc34
Architecture : noarch
Size : 32 k
Source : php-phpdocumentor-type-resolver1-1.5.1-1.fc34.src.rpm
Repository : updates
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