How To Install php-fig-link-util on Fedora 36

In this tutorial we learn how to install php-fig-link-util in Fedora 36. php-fig-link-util is Common utility implementations for HTTP links

Introduction

In this tutorial we learn how to install php-fig-link-util on Fedora 36.

This package includes common utilities to assist with implementing PSR-13 [1]. Note that it is not intended as a complete PSR-13 implementation, only a partial implementation to make writing other implementations easier. Autoloader [1] http

We can use yum or dnf to install php-fig-link-util on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-fig-link-util.

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-fig-link-util using dnf by running the following command:

sudo dnf -y install php-fig-link-util

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-fig-link-util using yum by running the following command:

sudo yum -y install php-fig-link-util

To uninstall only the php-fig-link-util package we can use the following command:

sudo dnf remove php-fig-link-util
/usr/share/doc/php-fig-link-util
/usr/share/doc/php-fig-link-util/README.md
/usr/share/doc/php-fig-link-util/composer.json
/usr/share/licenses/php-fig-link-util
/usr/share/licenses/php-fig-link-util/LICENSE.md
/usr/share/php/Fig
/usr/share/php/Fig/Link
/usr/share/php/Fig/Link/EvolvableLinkProviderTrait.php
/usr/share/php/Fig/Link/EvolvableLinkTrait.php
/usr/share/php/Fig/Link/GenericLinkProvider.php
/usr/share/php/Fig/Link/Link.php
/usr/share/php/Fig/Link/LinkProviderTrait.php
/usr/share/php/Fig/Link/LinkTrait.php
/usr/share/php/Fig/Link/Relations.php
/usr/share/php/Fig/Link/TemplatedHrefTrait.php
/usr/share/php/Fig/Link/autoload.php

References

Summary

In this tutorial we learn how to install php-fig-link-util on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).