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

Last updated: October 05,2024

1. Install "python-htmltmpl" package

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

$ sudo apt update $ sudo apt install python-htmltmpl

2. Uninstall "python-htmltmpl" package

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

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

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

Package: python-htmltmpl
Priority: optional
Section: universe/python
Installed-Size: 313
Maintainer: Ubuntu Developers
Original-Maintainer: Sergio Talens-Oliag
Architecture: all
Version: 1.22-10.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-htmltmpl/python-htmltmpl_1.22-10.1_all.deb
Size: 46920
MD5sum: c712af5ef4a00d3ddb70d205833aa6ad
SHA1: 05fa488900ebc771add54cabe6eac376cfeb0845
SHA256: bd3d06982ae51af253d0d97757f32cbf89c3c0fc6781a0c30f133e45b05f19a2
Description-en: Templating engine for separation of code and HTML
The purpose of the templating engine is to provide web application
developers, who need to separate program code and design (HTML code)
of their web application projects, with a templating tool that can be
easily used by cooperating webdesigners who have no programming
skills.
.
Templating language provided by the engine is inspired by Perl
templating module HTML::Template. Templates created for HTML::Template
can be used with this engine in case they do not violate character case
rules of htmltmpl.
.
The engine is currently available for Python and PHP. The Python
package includes easydoc, a module which uses the templating engine to
generate HTML documentation from docstrings embedded in source files
of Python modules.
Description-md5: 7113cf2bbcd52d68294ee83873753905
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu