How to Install and Uninstall python3-jinja2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "python3-jinja2" package

This guide covers the steps necessary to install python3-jinja2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-jinja2

2. Uninstall "python3-jinja2" package

Learn how to uninstall python3-jinja2 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-jinja2 package on Ubuntu 21.10 (Impish Indri)

Package: python3-jinja2
Architecture: all
Version: 2.11.3-1
Priority: optional
Section: python
Source: jinja2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 499
Depends: python3-markupsafe, python3:any
Recommends: python3-pkg-resources
Suggests: python-jinja2-doc
Breaks: python-jinja2 (<< 2.11.1-1)
Replaces: python-jinja2 (<< 2.11.1-1)
Filename: pool/main/j/jinja2/python3-jinja2_2.11.3-1_all.deb
Size: 99852
MD5sum: 073a3f13113d3d838589b2504cd19e20
SHA1: c2292162dc4f6f16bdebc177df11b68122c06f2a
SHA256: d25d81180dec738033f689bb6b66db2f0cc8cd6b15644e61c10c5218b994347c
SHA512: a5ed8a580ae38fcf16d3a76aec13889700652bd138e8e85d73a33872297011d3a7e35e449ff5b1fb9b2c343bd069bf7a8fcdaed8441d669d219030d3d33f0ac7
Homepage: http://jinja.pocoo.org/
Description-en: 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: 946c5e58f8736a9521b16a6d4c1157e7
Task: server-minimal, cloud-image