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

Last updated: May 20,2024

1. Install "python3-yattag" package

Please follow the step by step instructions below to install python3-yattag on Kali Linux

$ sudo apt update $ sudo apt install python3-yattag

2. Uninstall "python3-yattag" package

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

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

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

Package: python3-yattag
Source: yattag
Version: 1.15.1-1
Installed-Size: 73
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Size: 15028
SHA256: 0884aee1ac24eddfc79bd91931f3136cc61ace969f547175c38e306e6943dc33
SHA1: 8436694e1c50258314ee4eedeb2037da0bb93465
MD5sum: 44fca14c73349d4c259ff827b91645b9
Description: library for generating HTML or XML in a pythonic way (Python 3)
With Yattag,
.
* you don't have to worry about closing HTML tags
* your HTML templates are Python code. Not a weird template language. Just
Python.
* you can easily render HTML forms, with defaults values and error messages.
.
It's actually easier and more readable to generate dynamic HTML with Yattag
than to write static HTML.
Description-md5:
Homepage: https://www.yattag.org/
Section: python
Priority: optional
Filename: pool/main/y/yattag/python3-yattag_1.15.1-1_all.deb