How to Install and Uninstall python3-uritools Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-uritools" package

Please follow the instructions below to install python3-uritools on Kali Linux

$ sudo apt update $ sudo apt install python3-uritools

2. Uninstall "python3-uritools" package

Please follow the steps below to uninstall python3-uritools on Kali Linux:

$ sudo apt remove python3-uritools $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-uritools package on Kali Linux

Package: python3-uritools
Source: python-uritools
Version: 4.0.1-1
Installed-Size: 141
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libjs-sphinxdoc (>= 5.2)
Size: 25144
SHA256: deeb0cd545951008dd7728f9c51bfaba044747f7b80d642469f213bf360abf75
SHA1: 75041b575a0ef29356096734ba2b3caf3868f1a8
MD5sum: 4d75c03f5ef0a4c99ce2761739975c9c
Description: RFC 3986 compliant replacement for urlparse
This module provides RFC 3986 compliant functions for parsing, classifying and
composing URIs and URI references, largely replacing the Python Standard
Library's urllib.parse module.
.
For various reasons, the Python 2 urlparse module is not compliant with
current Internet standards, does not include Unicode support, and is generally
unusable with proprietary URI schemes. Python 3's urllib.parse improves on
Unicode support, but the other issues still remain.
.
This module aims to provide fully RFC 3986 compliant replacements for some
commonly used functions found in urlparse and urllib.parse, plus additional
functions for conveniently composing URIs from their individual components.
Description-md5:
Homepage: https://github.com/tkem/uritools
Built-Using: sphinx (= 5.3.0-3)
Section: python
Priority: optional
Filename: pool/main/p/python-uritools/python3-uritools_4.0.1-1_all.deb