How to Install and Uninstall python3-uritools Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-uritools" package

This tutorial shows how to install python3-uritools on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-uritools

2. Uninstall "python3-uritools" package

In this section, we are going to explain the necessary steps to uninstall python3-uritools on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-uritools package on Ubuntu 21.10 (Impish Indri)

Package: python3-uritools
Architecture: all
Version: 3.0.0-2
Built-Using: sphinx (= 3.3.1-1)
Priority: optional
Section: universe/python
Source: python-uritools
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 176
Depends: python3:any, libjs-sphinxdoc (>= 2.4.3-5~)
Filename: pool/universe/p/python-uritools/python3-uritools_3.0.0-2_all.deb
Size: 26540
MD5sum: e40b2e8ba04c9b1ca05fda378b747e3b
SHA1: 285df8385927facd4fe9856f49c6d85c828d070f
SHA256: de30f798d82d35d32a38bc4b61c810dbabc3bc5ed4fd11338d2d308cdf176171
SHA512: 2653d8ea9afb89888be1ca3b67e1df96641cb6c9b66dd9432487d6b1e87dab3dd114d85706bb2fcca7fa9815090b033fa2923542a2593777c808a4ef706f42d9
Homepage: https://github.com/tkem/uritools
Description-en: 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: 838df7a81a6123df439dd27c60c746a2