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

Last updated: September 25,2024

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

This guide let you learn how to install php-sabre-uri2.noarch on Fedora 38

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

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

Learn how to uninstall php-sabre-uri2.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:24:41 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : php-sabre-uri2
Version : 2.3.3
Release : 1.fc38.remi
Architecture : noarch
Size : 16 k
Source : php-sabre-uri2-2.3.3-1.fc38.remi.src.rpm
Repository : remi
Summary : Functions for making sense out of URIs
URL : https://github.com/sabre-io/uri
License : BSD-3-Clause
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