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

Last updated: May 03,2024

1. Install "python-jinja2" package

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

$ sudo apt update $ sudo apt install python-jinja2

2. Uninstall "python-jinja2" package

Please follow the step by step instructions below to uninstall python-jinja2 on Ubuntu 21.10 (Impish Indri):

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

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

Package: python-jinja2
Architecture: all
Version: 2.11.3-1
Priority: optional
Section: universe/python
Source: jinja2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 472
Depends: python-markupsafe, python2:any (<< 2.8), python2:any (>= 2.7~)
Recommends: python-pkg-resources
Suggests: python-jinja2-doc
Enhances: python-pybabel
Filename: pool/universe/j/jinja2/python-jinja2_2.11.3-1_all.deb
Size: 96188
MD5sum: fd9a8a29071263c5c4d268f79743d9c0
SHA1: 4b25cc248ac5141a6d4bd97ee5da18d65dbace6f
SHA256: d765d3bac11a407edb924ce21e1005fe0eddbef8e6839baade7d883bbe136e86
SHA512: 06d74204c75fb127db27352564556b507104a9deaf2570fb28be725a5486c3960d1a561f191131d8f8d95dc3d290c4e7117202ddd93548fe3974cd771aee5909
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