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

Last updated: June 29,2024

1. Install "python3-yte" package

Please follow the instructions below to install python3-yte on Kali Linux

$ sudo apt update $ sudo apt install python3-yte

2. Uninstall "python3-yte" package

Here is a brief guide to show you how to uninstall python3-yte on Kali Linux:

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

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

Package: python3-yte
Source: yte
Version: 1.5.1-2
Installed-Size: 54
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dpath, python3-plac, python3-yaml, python3:any
Size: 13156
SHA256: c8e56789c3b0a020b185c349062a14b784cd27caec7ec2b8e694fb201dca195b
SHA1: d310d3d84a668071d68e25bedf848c9d832e5fc8
MD5sum: 5c3251854deab00df392301ef4abc889
Description: YAML template engine with Python expressions
YTE is a template engine for YAML format that utilizes the YAML structure
in combination with Python expressions for enabling to dynamically build
YAML documents.
.
The key idea of YTE is to rely on the YAML structure to enable conditionals,
loops and other arbitrary Python expressions to dynamically render YAML
files. Python expressions are thereby declared by prepending them with a ?
anywhere in the YAML. Any such value will be automatically evaluated by YTE,
yielding plain YAML as a result. Importantly, YTE templates are still valid
YAML files (for YAML, the ? expressions are just strings).
Description-md5:
Homepage: https://github.com/yte-template-engine/yte
Section: python
Priority: optional
Filename: pool/main/y/yte/python3-yte_1.5.1-2_all.deb

5. The same packages on other Linux Distributions