How To Install php-league-uri-interfaces on Fedora 36

In this tutorial we learn how to install php-league-uri-interfaces in Fedora 36. php-league-uri-interfaces is Common interface for URI representation

Introduction

In this tutorial we learn how to install php-league-uri-interfaces on Fedora 36.

What is php-league-uri-interfaces

Package containing an interface to represents URI objects according to RFC 3986. The library autoloader is

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

Install php-league-uri-interfaces on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-league-uri-interfaces using dnf by running the following command:

sudo dnf -y install php-league-uri-interfaces

Install php-league-uri-interfaces on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-league-uri-interfaces using yum by running the following command:

sudo yum -y install php-league-uri-interfaces

How To Uninstall php-league-uri-interfaces on Fedora 36

To uninstall only the php-league-uri-interfaces package we can use the following command:

sudo dnf remove php-league-uri-interfaces

php-league-uri-interfaces Package Contents on Fedora 36

/usr/share/doc/php-league-uri-interfaces
/usr/share/doc/php-league-uri-interfaces/CHANGELOG.md
/usr/share/doc/php-league-uri-interfaces/CONDUCT.md
/usr/share/doc/php-league-uri-interfaces/README.md
/usr/share/doc/php-league-uri-interfaces/composer.json
/usr/share/licenses/php-league-uri-interfaces
/usr/share/licenses/php-league-uri-interfaces/LICENSE
/usr/share/php/League
/usr/share/php/League/UriInterfaces
/usr/share/php/League/UriInterfaces/Contracts
/usr/share/php/League/UriInterfaces/Contracts/AuthorityInterface.php
/usr/share/php/League/UriInterfaces/Contracts/DataPathInterface.php
/usr/share/php/League/UriInterfaces/Contracts/DomainHostInterface.php
/usr/share/php/League/UriInterfaces/Contracts/FragmentInterface.php
/usr/share/php/League/UriInterfaces/Contracts/HostInterface.php
/usr/share/php/League/UriInterfaces/Contracts/IpHostInterface.php
/usr/share/php/League/UriInterfaces/Contracts/PathInterface.php
/usr/share/php/League/UriInterfaces/Contracts/PortInterface.php
/usr/share/php/League/UriInterfaces/Contracts/QueryInterface.php
/usr/share/php/League/UriInterfaces/Contracts/SegmentedPathInterface.php
/usr/share/php/League/UriInterfaces/Contracts/UriComponentInterface.php
/usr/share/php/League/UriInterfaces/Contracts/UriException.php
/usr/share/php/League/UriInterfaces/Contracts/UriInterface.php
/usr/share/php/League/UriInterfaces/Contracts/UserInfoInterface.php
/usr/share/php/League/UriInterfaces/Exceptions
/usr/share/php/League/UriInterfaces/Exceptions/FileinfoSupportMissing.php
/usr/share/php/League/UriInterfaces/Exceptions/IdnSupportMissing.php
/usr/share/php/League/UriInterfaces/Exceptions/IdnaConversionFailed.php
/usr/share/php/League/UriInterfaces/Exceptions/SyntaxError.php
/usr/share/php/League/UriInterfaces/Idna
/usr/share/php/League/UriInterfaces/Idna/Idna.php
/usr/share/php/League/UriInterfaces/Idna/IdnaInfo.php
/usr/share/php/League/UriInterfaces/Idna/IdnaInfoTest.php
/usr/share/php/League/UriInterfaces/Idna/IdnaTest.php
/usr/share/php/League/UriInterfaces/autoload.php

References

Summary

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