How to Install and Uninstall python312-strictyaml Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python312-strictyaml" package

This guide covers the steps necessary to install python312-strictyaml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-strictyaml

2. Uninstall "python312-strictyaml" package

This guide let you learn how to uninstall python312-strictyaml on openSuSE Tumbleweed:

$ sudo zypper remove python312-strictyaml

3. Information about the python312-strictyaml package on openSuSE Tumbleweed

Information for package python312-strictyaml:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-strictyaml
Version : 1.7.3-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python-strictyaml-1.7.3-2.4.src
Upstream URL : https://hitchdev.com/strictyaml
Summary : Strict, typed YAML parser
Description :
StrictYAML is a type-safe YAML parser that parses and validates a
restricted subset of the YAML specification.
Priorities:
* No parsing of hard to read and insecure features of YAML like the
Norway problem.
* Strict validation of markup and straightforward type casting.
* Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
* Comment preservation across a read-write cycle
* Speed is not a key concern