How to Install and Uninstall liburiparser1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "liburiparser1" package

Please follow the steps below to install liburiparser1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liburiparser1

2. Uninstall "liburiparser1" package

Here is a brief guide to show you how to uninstall liburiparser1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liburiparser1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liburiparser1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liburiparser1
Priority: optional
Section: universe/libs
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: uriparser
Version: 0.8.4-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/u/uriparser/liburiparser1_0.8.4-1_amd64.deb
Size: 37970
MD5sum: 3ba0b77248a10f1254085b576c916960
SHA1: 670ba6a580c5e65e1244174b6f2339c2ef18aa3a
SHA256: 141a36b6268cc593cd70a2b8bca3073e42b40be0107e876784d43c2392e92fd1
Description-en: URI parsing library compliant with RFC 3986
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
urn:isbn:0-395-36341-1.
.
uriparser has the following features:
.
* strictly compliant to RFC 3986, implementing:
+ parsing
+ reference resolution
+ reference creation
+ recomposition
+ syntax-based normalization
* fast (linear input length time complexity)
* unicode support
Description-md5: 3e5858ee07d918323487df71ddecd78b
Multi-Arch: same
Homepage: http://uriparser.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu