How to Install and Uninstall python3-uritools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-uritools" package

This guide covers the steps necessary to install python3-uritools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-uritools

2. Uninstall "python3-uritools" package

Please follow the instructions below to uninstall python3-uritools on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-uritools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-uritools
Priority: optional
Section: universe/python
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-uritools
Version: 1.0.1-2
Depends: python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-uritools/python3-uritools_1.0.1-2_all.deb
Size: 26904
MD5sum: c8ac1d9a78207a8e2b0543f6d54d43f8
SHA1: cc5c41bab2cb393e8a54858ec0613b5e7a667ca8
SHA256: 2a10bd6ddd8fc1c828a94b658c183186ff4387f13452d31f62f2f6c8c1098146
Description-en: RFC 3986 compliant replacement for urlparse (Python 3)
This module defines RFC 3986 compliant replacements for the most commonly used
functions of the Python 2.7 Standard Library urlparse and Python 3
urllib.parse modules.
.
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: 11d2d26043899454e06803efa9a23cad
Homepage: https://github.com/tkem/uritools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu