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

Last updated: May 19,2024

1. Install "python3-purl" package

This guide let you learn how to install python3-purl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-purl

2. Uninstall "python3-purl" package

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

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

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

Package: python3-purl
Priority: extra
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: purl
Version: 1.2-1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/purl/python3-purl_1.2-1_all.deb
Size: 12356
MD5sum: c56d3fa5870e3cde9457a3b19a291787
SHA1: b82710e75372b888866265995b3b16bde70d0058
SHA256: e8d598de497aeee82098a56e8315c40ef77b48fc7dc4493b0e2ce34c817cc7c4
Description-en: URL interrogation and manipulation (Python3 version)
A simple, immutable URL class with a clean API for interrogation and
manipulation that also supports template URLs as per RFC 6570.
It parses URLs into URL objects which are immutable but also provides mutator
methods for all segements which return a new URL instance. This allows for
easy modification of URLs during runtime.
.
This package contains the Python 3 version of the library.
Description-md5: b3c7963ec1d68da914aa55fe6819048f
Homepage: http://codeinthehole.com/writing/purl-immutable-url-objects-for-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu