How to Install and Uninstall php-sabre-uri Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 24,2024

1. Install "php-sabre-uri" package

Please follow the guidelines below to install php-sabre-uri on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-sabre-uri

2. Uninstall "php-sabre-uri" package

Learn how to uninstall php-sabre-uri on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-sabre-uri $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-sabre-uri package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-sabre-uri
Priority: optional
Section: universe/php
Installed-Size: 21
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Version: 1.0.1-1build1
Depends: php-common
Filename: pool/universe/p/php-sabre-uri/php-sabre-uri_1.0.1-1build1_all.deb
Size: 5208
MD5sum: da44c867fe353c02cd56989c21866b9f
SHA1: ebb8fb082cf5cc9a30242e651cbd9f4481531bf7
SHA256: 4e666e358eb9347d5112ba2eeca187551ce80d53c3f478057efe4c75f98c26cd
Description-en: several functions for working with URIs
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.
Description-md5: f6bf04ef276d4ffea0e445db2b533f65
Homepage: http://sabre.io/uri/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu