How to Install and Uninstall python3-yte.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-yte.noarch" package

Please follow the step by step instructions below to install python3-yte.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-yte.noarch

2. Uninstall "python3-yte.noarch" package

Please follow the instructions below to uninstall python3-yte.noarch on Fedora 38:

$ sudo dnf remove python3-yte.noarch $ sudo dnf autoremove

3. Information about the python3-yte.noarch package on Fedora 38

Last metadata expiration check: 3:48:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-yte
Version : 1.5.1
Release : 3.fc38
Architecture : noarch
Size : 35 k
Source : python-yte-1.5.1-3.fc38.src.rpm
Repository : fedora
Summary : YAML template engine with Python expressions
URL : https://github.com/yte-template-engine/yte
License : MIT
Description : 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).
:
: Documentation of YTE can be found at https://yte-template-engine.github.io.