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

Last updated: May 20,2024

1. Install "python3-django-render-block" package

Please follow the steps below to install python3-django-render-block on Kali Linux

$ sudo apt update $ sudo apt install python3-django-render-block

2. Uninstall "python3-django-render-block" package

This guide covers the steps necessary to uninstall python3-django-render-block on Kali Linux:

$ sudo apt remove python3-django-render-block $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-render-block
Source: django-render-block
Version: 0.8.1-2
Installed-Size: 39
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django (>= 2:2.2~), python3:any
Suggests: python3-jinja2
Size: 9296
SHA256: f5d24172a7c6405e3cbfb6212b35d65aae6a67b32f00982bdb8e52c6072eec42
SHA1: 9823df19bf9c7dc8929babeed86d90a7dc5bc91d
MD5sum: 10276f0bfb2d47318960b2c3f8c689da
Description: Render the content of a specific block tag from a Django template
Render the content of a specific block tag from a Django template. Works for
arbitrary template inheritance, even if a block is defined in the child
template but not in the parent. Generally it works like render_to_string
from Django, but allows you to specify a block to render.
.
Features:
.
* Render a specific block from a template
* Fully supports the Django templating engine
* Partially supports the Jinja2 engine: it does not currently process the
extends tag
Description-md5:
Homepage: https://github.com/clokep/django-render-block
Section: python
Priority: optional
Filename: pool/main/d/django-render-block/python3-django-render-block_0.8.1-2_all.deb