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

Last updated: May 07,2024

1. Install "python-purl" package

Please follow the step by step instructions below to install python-purl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-purl

2. Uninstall "python-purl" package

Please follow the guidelines below to uninstall python-purl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-purl
Priority: extra
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: purl
Version: 1.2-1
Depends: python (>= 2.7), python (<< 2.8), python-six
Filename: pool/universe/p/purl/python-purl_1.2-1_all.deb
Size: 12242
MD5sum: 94e0afcdeef5b7bc601de3afb0b6140d
SHA1: b37709e8e60d200a35c8f1b01ee5150acbe082be
SHA256: a4162b5f859d1efd321c096daa68e3a6e3a51f2011a5564ddd8d8380f17b2c56
Description-en: URL interrogation and manipulation
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.
Description-md5: bb90df0926493b097d009fc691b1654e
Homepage: http://codeinthehole.com/writing/purl-immutable-url-objects-for-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu