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

Last updated: May 20,2024

1. Install "python-uritools" package

Here is a brief guide to show you how to install python-uritools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-uritools

2. Uninstall "python-uritools" package

In this section, we are going to explain the necessary steps to uninstall python-uritools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-uritools
Priority: optional
Section: universe/python
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.0.1-2
Depends: python-ipaddress, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-uritools/python-uritools_1.0.1-2_all.deb
Size: 26802
MD5sum: 68e88c830960663c5ad8da415445b99d
SHA1: 33976c9c3789c2eb10b8a2375ba594a8c854a672
SHA256: e7824af85c893562a50ff3e4418c5cba1a0097852f6a058a1834eff0b6e1b9ab
Description-en: RFC 3986 compliant replacement for urlparse (Python 2)
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: d03fb62ac07fcceb83ce79f7e47f82fb
Homepage: https://github.com/tkem/uritools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu