How to Install and Uninstall python3-uritools Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "python3-uritools" package

This tutorial shows how to install python3-uritools on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-uritools

2. Uninstall "python3-uritools" package

Learn how to uninstall python3-uritools on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-uritools package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-uritools
Architecture: all
Version: 3.0.0-1
Built-Using: sphinx (= 1.8.5-4)
Priority: optional
Section: universe/python
Source: python-uritools
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 174
Depends: python3:any, libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-uritools/python3-uritools_3.0.0-1_all.deb
Size: 28748
MD5sum: 2e49d282399dcab5774e13174e1f3a94
SHA1: dba29668ed2df04ca958b52dd481a021dc6117a3
SHA256: 85b1712562c72ad1b58522ba541f10b473b0e6e22a9020db2e16e3de85061305
SHA512: 6d42144be00ecdcb25bfefb048542fff50bdd59e3726f793dfbb3c0e6a8c383eadd2e3210beb058363f0b6c6e5b2850c6ff2a7e14fdd81b83e6caf93ecc2732e
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