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

Last updated: May 13,2024

1. Install "python-cheetah" package

Please follow the guidelines below to install python-cheetah on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cheetah

2. Uninstall "python-cheetah" package

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

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

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

Package: python-cheetah
Priority: optional
Section: universe/text
Installed-Size: 771
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: amd64
Source: cheetah
Version: 2.4.4-3.fakesyncbuild1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python2.7:any, libc6 (>= 2.2.5)
Suggests: python-markdown (>= 2.0.1), python-pygments, python-memcache
Filename: pool/universe/c/cheetah/python-cheetah_2.4.4-3.fakesyncbuild1_amd64.deb
Size: 143868
MD5sum: 800d75a71e9022b10c40f6019d7fa69d
SHA1: 8f16e275223f283a38e8c96f449d39650aa3d54b
SHA256: 9c68d7179b6c2ae17d73485cfc145603cee66cde79491d8e79e1bc173faed26c
Description-en: text-based template engine and Python code generator
Cheetah can be used as a standalone templating utility or referenced as a
library from other Python applications. It has many potential uses, but web
developers looking for a viable alternative to ASP, JSP, PHP and PSP are
expected to be its principle user group.
.
Features:
* Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
text-based format.
* Cleanly separates content, graphic design, and program code.
* Blends the power and flexibility of Python with a simple template language
that non-programmers can understand.
* Gives template writers full access to any Python data structure, module,
function, object, or method in their templates.
* Makes code reuse easy by providing an object-orientated interface to
templates that is accessible from Python code or other Cheetah templates.
One template can subclass another and selectively reimplement sections of
it.
* Provides a simple, yet powerful, caching mechanism that can dramatically
improve the performance of a dynamic website.
* Compiles templates into optimized, yet readable, Python code.
Description-md5: 7ea556f71dbb09af303eee70f24822f5
Homepage: http://www.cheetahtemplate.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu