How to Install and Uninstall python3-cheetah Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-cheetah" package

This tutorial shows how to install python3-cheetah on Kali Linux

$ sudo apt update $ sudo apt install python3-cheetah

2. Uninstall "python3-cheetah" package

This guide let you learn how to uninstall python3-cheetah on Kali Linux:

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

3. Information about the python3-cheetah package on Kali Linux

Package: python3-cheetah
Source: cheetah
Version: 3.3.3-1
Installed-Size: 771
Maintainer: Jeroen Ploemen
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Suggests: python-cheetah-doc, python3-markdown, python3-memcache, python3-pygments
Size: 137464
SHA256: bcb88dc60d45b3ddb493d74490bf41859a3e438a18b19c3b97d1db94b9f2edbf
SHA1: 5036b4b30dd6c9d4c9da0c7e009c96ffb5fee659
MD5sum: 746e767bbbd830bdca7bd633de96a62d
Description: text-based template engine and Python code generator (Python 3)
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.
.
This package contains the Python 3 module.
Description-md5:
Homepage: https://www.cheetahtemplate.org/
Section: python
Priority: optional
Filename: pool/main/c/cheetah/python3-cheetah_3.3.3-1_amd64.deb