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

Last updated: May 14,2024

1. Install "python3-uritemplate" package

Please follow the steps below to install python3-uritemplate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-uritemplate

2. Uninstall "python3-uritemplate" package

This tutorial shows how to uninstall python3-uritemplate on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-uritemplate
Priority: optional
Section: universe/python
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: PKG Cloud
Architecture: all
Source: python-uritemplate
Version: 0.6-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-uritemplate/python3-uritemplate_0.6-1ubuntu1_all.deb
Size: 5126
MD5sum: fbc3d682562bbafeeab2d794654a2dc0
SHA1: 235fdf4cded00aee80301bf5437e60ddc6bff673
SHA256: d1ab251baba87a191d3e573f001aad2758ac2ea442f6aa61bd0f9208ec7c882a
Description-en: implementation of RFC6570 - Python 3.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 3.x module.
Description-md5: a75df3447ca4dee8de18619f3417803b
Homepage: http://github.com/uri-templates/uritemplate-py/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu