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

Last updated: May 19,2024

1. Install "python3-urlobject" package

This is a short guide on how to install python3-urlobject on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-urlobject

2. Uninstall "python3-urlobject" package

This guide covers the steps necessary to uninstall python3-urlobject on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-urlobject
Priority: optional
Section: universe/python
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: all
Source: python-urlobject
Version: 2.3.4-1
Depends: python3:any (>= 3.3.2-2~), python3-six, libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-urlobject/python3-urlobject_2.3.4-1_all.deb
Size: 23190
MD5sum: a35a42fe01892f519c976ce5d1481ed7
SHA1: 5d63fe9392ddc585e7004f77ef3f9571e4224e9d
SHA256: 9bcc765d8cdbca1f17c95c51efcdca5ce62dee6e9dddc9c02b8b4c4e9f59dc27
Description-en: utility class for manipulating URLs.
URLObject is a utility class for manipulating URLs. The latest
incarnation of this library builds upon the ideas of its
predecessor, but aims for a clearer API, focusing on proper
method names over operator overrides. It's also being developed
from the ground up in a test-driven manner, and has full
Sphinx documentation.
.
This is the Python 3 version of the package.
Description-md5: 3f04c932d0d5bc6a2c6ead0e24b79fd8
Homepage: http://github.com/zacharyvoase/urlobject
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu