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

Last updated: May 20,2024

1. Install "python3-django-jinja" package

Learn how to install python3-django-jinja on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-jinja" package

This guide let you learn how to uninstall python3-django-jinja on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django (>= 1.8), python3-jinja2, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-jinja/python3-django-jinja_2.1.2-2_all.deb
Size: 16450
MD5sum: f34a7796cd1a018eb8cc2fdcd677adfd
SHA1: d08901ad4ba77e661ca4bc263b2be11e2cf0b3a5
SHA256: c4ec08f130d637e13835ac2ddaa57bcd317d35be0107a45d5c7df583639482c1
Description-en: 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 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.
.
This package contains django-jinja for Python 3.
Description-md5: 5dc17befb2cf9a15ea0d251a11d97bdc
Homepage: https://github.com/niwibe/django-jinja
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu