How to Install and Uninstall liburiparser1 Package on Kali Linux

Last updated: May 17,2024

1. Install "liburiparser1" package

This is a short guide on how to install liburiparser1 on Kali Linux

$ sudo apt update $ sudo apt install liburiparser1

2. Uninstall "liburiparser1" package

This guide covers the steps necessary to uninstall liburiparser1 on Kali Linux:

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

3. Information about the liburiparser1 package on Kali Linux

Package: liburiparser1
Source: uriparser (0.9.7+dfsg-2)
Version: 0.9.7+dfsg-2+b1
Installed-Size: 125
Maintainer: Jörg Frings-Fürst
Architecture: amd64
Depends: libc6 (>= 2.26)
Size: 44072
SHA256: f031af13e97967c40146f528de5b4eb430ba0a6a951fc56c4cfd76ba4b5c8cbb
SHA1: 13a99d2ee078a19b3f79af8a82af0fea7c91b3d2
MD5sum: c0c5928a0228810213b5075cd499e5f8
Description: 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:
Multi-Arch: same
Homepage: http://uriparser.sourceforge.net
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/u/uriparser/liburiparser1_0.9.7+dfsg-2+b1_amd64.deb