How to Install and Uninstall php-sabre-uri2.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "php-sabre-uri2.noarch" package

In this section, we are going to explain the necessary steps to install php-sabre-uri2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-sabre-uri2.noarch

2. Uninstall "php-sabre-uri2.noarch" package

Please follow the step by step instructions below to uninstall php-sabre-uri2.noarch on Fedora 34:

$ sudo dnf remove php-sabre-uri2.noarch $ sudo dnf autoremove

3. Information about the php-sabre-uri2.noarch package on Fedora 34

Last metadata expiration check: 5:11:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-sabre-uri2
Version : 2.2.2
Release : 1.fc34
Architecture : noarch
Size : 16 k
Source : php-sabre-uri2-2.2.2-1.fc34.src.rpm
Repository : updates
Summary : Functions for making sense out of URIs
URL : https://github.com/sabre-io/uri
License : BSD
Description : sabre/uri is a lightweight library that provides several functions for
: working with URIs, staying true to the rules of RFC3986.
:
: Partially inspired by Node.js URL library, and created to solve real
: problems in PHP applications. 100% unitested and many tests are based
: on examples from RFC3986.
:
: The library provides the following functions:
: * resolve to resolve relative urls.
: * normalize to aid in comparing urls.
: * parse, which works like PHP's parse_url.
: * build to do the exact opposite of parse.
: * split to easily get the 'dirname' and 'basename' of a URL without
: all the problems those two functions have.
:
: Autoloader: /usr/share/php/Sabre/Uri2/autoload.php