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

Last updated: June 26,2024

1. Install "python-uritemplate" package

This tutorial shows how to install python-uritemplate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-uritemplate

2. Uninstall "python-uritemplate" package

Here is a brief guide to show you how to uninstall python-uritemplate on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-uritemplate
Priority: optional
Section: universe/python
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: PKG Cloud
Architecture: all
Version: 0.6-1ubuntu1
Depends: python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-uritemplate/python-uritemplate_0.6-1ubuntu1_all.deb
Size: 5042
MD5sum: c917b588ccf12a6ad472df4cd4cc2c24
SHA1: 180c86429f2012d250eceeb2233204de5f3fac0e
SHA256: 49cceddd5a71498873b714d09ccf9364d39a9d53e69a5fcb22387345d909e7e6
Description-en: implementation of RFC6570 - Python 2.x
python-uritemplate implements RFC6570. URI Template can expand templates up to
and including Level 4 in that specification. It exposes one method, "expand".
.
This package provides the Python 2.x module.
Description-md5: a1e9a00cb82cb6497dc25d743eeeb454
Homepage: http://github.com/uri-templates/uritemplate-py/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu