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

Last updated: May 18,2024

1. Install "python2-strictyaml" package

This tutorial shows how to install python2-strictyaml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-strictyaml

2. Uninstall "python2-strictyaml" package

This tutorial shows how to uninstall python2-strictyaml on openSUSE Leap:

$ sudo zypper remove python2-strictyaml

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

Information for package python2-strictyaml:
-------------------------------------------
Repository : Main Repository
Name : python2-strictyaml
Version : 1.0.6-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 238,5 KiB
Installed : No
Status : not installed
Source package : python-strictyaml-1.0.6-bp153.1.16.src
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