How to Install and Uninstall python-django-jinja Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 18,2024

1. Install "python-django-jinja" package

This is a short guide on how to install python-django-jinja on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-jinja" package

Please follow the instructions below to uninstall python-django-jinja on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-django-jinja package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-jinja
Priority: optional
Section: universe/python
Installed-Size: 101
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-jinja
Version: 2.1.2-2
Depends: python-django (>= 1.8), python-jinja2, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-jinja/python-django-jinja_2.1.2-2_all.deb
Size: 16348
MD5sum: 5b87b025d5e536b5f5066478c7a67121
SHA1: 2ca2ef04aff1df7d5295ce23496b34b606591491
SHA256: cde7f19856b917ce287b0d0c0e4b8c74af1f3692ec061d1d2441fe0b50f80933
Description-en: Jinja2 templating language integrated in Django
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 on 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)
* Compatible with python2 and python3 using same codebase.
* jinja2 bytecode cache adapted for use django cache subsystem.
Description-md5: 21f7ba30f470f46b035f1c3273c4e33e
Homepage: https://github.com/niwibe/django-jinja
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu