How to Install and Uninstall python3-django-jinja Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-django-jinja" package

Here is a brief guide to show you how to install python3-django-jinja on Kali Linux

$ sudo apt update $ sudo apt install python3-django-jinja

2. Uninstall "python3-django-jinja" package

Please follow the instructions below to uninstall python3-django-jinja on Kali Linux:

$ sudo apt remove python3-django-jinja $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-jinja package on Kali Linux

Package: python3-django-jinja
Source: django-jinja
Version: 2.11.0-1
Installed-Size: 96
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-jinja2, python3:any
Size: 21484
SHA256: d84c18bad714cf12be6f288272b3ea9a369b75d8e6b2d3234a31b70226a2005e
SHA1: 8d3bee796ce13e174fb7e8d762ef5c28502d6a5f
MD5sum: 064b16a05e08bbeb6d7fb5d1c104e5c8
Description: Jinja2 templating language integrated in Django (Python 3 version)
Jinja2 provides certain advantages over the native system of Django, for
example, explicit calls to callable from templates, has better performance
and has a plugin system
.
Features:
.
* Auto-load templatetags compatible with Jinja2 the same way as Django.
* Django templates can coexist with Jinja2 templates without any problems.
It works as middleware, intercepts Jinja templates by file path pattern.
* Django template filters and tags can mostly be used in Jinja2 templates.
* I18n subsystem adapted for Jinja2 (makemessages now collects messages
from Jinja templates)
* jinja2 bytecode cache adapted for using django's cache subsystem.
* Support for django context processors.
Description-md5:
Homepage: https://github.com/niwibe/django-jinja
Section: python
Priority: optional
Filename: pool/main/d/django-jinja/python3-django-jinja_2.11.0-1_all.deb