How to Install and Uninstall python3-docxtpl Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-docxtpl" package

Please follow the steps below to install python3-docxtpl on Kali Linux

$ sudo apt update $ sudo apt install python3-docxtpl

2. Uninstall "python3-docxtpl" package

Please follow the guidance below to uninstall python3-docxtpl on Kali Linux:

$ sudo apt remove python3-docxtpl $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-docxtpl package on Kali Linux

Package: python3-docxtpl
Source: python-docx-template
Version: 0.16.7+dfsg-1
Installed-Size: 80
Maintainer: Debian Python Team
Architecture: all
Depends: python3-docx, python3-docxcompose, python3-jinja2, python3-lxml, python3-six, python3:any
Size: 20204
SHA256: f206f7dd72fe729cc08ec01a0037f1dd2e51b8359d0e4d1175531d68c7cc7c68
SHA1: 5cbf28675586c6577d5f09bb64f347a418587abd
MD5sum: 17822c615fbf3710f48efd2262b6215b
Description: Python DOCX template engine
python-docx-template has been created because python-docx is powerful for
creating documents but not for modifying them.
.
The idea is to begin to create an example of the document one wants to generate
with any DOCX WYSIWYG editor. It can be as complex as one wants: pictures,
index tables, footer, header, variables. Then, as one is still editing the
document, one inserts jinja2-like tags directly in the document. This becomes a
DOCX template file.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/elapouya/python-docx-template
Section: python
Priority: optional
Filename: pool/main/p/python-docx-template/python3-docxtpl_0.16.7+dfsg-1_all.deb