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

Last updated: November 22,2024

1. Install "python-templayer" package

This guide covers the steps necessary to install python-templayer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-templayer

2. Uninstall "python-templayer" package

This is a short guide on how to uninstall python-templayer on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-templayer
Priority: optional
Section: universe/python
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: templayer
Version: 1.5.1-2
Provides: python2.7-templayer
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/t/templayer/python-templayer_1.5.1-2_all.deb
Size: 23892
MD5sum: 4f3e6350d8c207543a81c4c0807c6d83
SHA1: 21bc17b79ecb7c3d923fedf2c339d7355e309044
SHA256: c0e729d6421fe1ef22bb808ed3b40e4d4ac1f54f4809879ea508654b39840191
Description-en: layered template library for Python
Templayer currently supports only HTML generation, but its simple design
is easily extended to support other file formats.
.
Templayer was created to offer an alternative to the more common ways
of generating dynamic HTML: embedding code within the HTML (PHP etc.),
or embedding HTML within code (traditional CGI). Neither of these
methods allow for a clean separation of the form, or layout, of a page
and the function of page generation. Instead of mixing HTML and Python,
two rich and extremely expressive languages, we can add a small amount
of syntax to each and keep the two separate and coherent.
Description-md5: ce543787e3d0c62c08060ef7e542e89a
Homepage: http://excess.org/templayer/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu