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

Last updated: May 18,2024

1. Install "python3-jinja2" package

This guide let you learn how to install python3-jinja2 on Kali Linux

$ sudo apt update $ sudo apt install python3-jinja2

2. Uninstall "python3-jinja2" package

Please follow the guidance below to uninstall python3-jinja2 on Kali Linux:

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

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

Package: python3-jinja2
Source: jinja2
Version: 3.1.2-1
Installed-Size: 538
Maintainer: Piotr Ożarowski
Architecture: all
Replaces: python-jinja2 (<< 2.11.1-1)
Depends: python3-markupsafe (>= 2.0), python3:any
Recommends: python3-babel, python3-pkg-resources
Suggests: python-jinja2-doc
Breaks: python-jinja2 (<< 2.11.1-1)
Size: 118996
SHA256: a14db2aa3ca8fa5852bea5a1e2bc152e21ec3e4e4d539f472469248968a5f950
SHA1: eb51864ac8d5b01129fca36386625c7d80b37212
MD5sum: 4072585362f1c74dbd5f5795e53d6bb9
Description: small but fast and easy to use stand-alone template engine
Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML syntax but supports inline expressions and an optional
sandboxed environment.
.
The key-features are:
* Configurable syntax. If you are generating LaTeX or other formats with
Jinja2 you can change the delimiters to something that integrates better
into the LaTeX markup.
* Fast. While performance is not the primarily target of Jinja2 it’s
surprisingly fast. The overhead compared to regular Python code was reduced
to the very minimum.
* Easy to debug. Jinja2 integrates directly into the Python traceback system
which allows you to debug Jinja2 templates with regular Python debugging
helpers.
* Secure. It’s possible to evaluate untrusted template code if the optional
sandbox is enabled. This allows Jinja2 to be used as templating language
for applications where users may modify the template design.
Description-md5:
Homepage: http://jinja.pocoo.org/
Section: python
Priority: optional
Filename: pool/main/j/jinja2/python3-jinja2_3.1.2-1_all.deb