How to Install and Uninstall python3-strictyaml Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-strictyaml" package

In this section, we are going to explain the necessary steps to install python3-strictyaml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-strictyaml

2. Uninstall "python3-strictyaml" package

Please follow the step by step instructions below to uninstall python3-strictyaml on openSUSE Leap:

$ sudo zypper remove python3-strictyaml

3. Information about the python3-strictyaml package on openSUSE Leap

Information for package python3-strictyaml:
-------------------------------------------
Repository : Main Repository
Name : python3-strictyaml
Version : 1.0.6-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 235.3 KiB
Installed : No
Status : not installed
Source package : python-strictyaml-1.0.6-bp155.2.12.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