How to Install and Uninstall python3-strictyaml.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 16,2024
1. Install "python3-strictyaml.noarch" package
This guide covers the steps necessary to install python3-strictyaml.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-strictyaml.noarch
Copied
2. Uninstall "python3-strictyaml.noarch" package
Here is a brief guide to show you how to uninstall python3-strictyaml.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-strictyaml.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-strictyaml.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:51:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-strictyaml
Version : 1.6.2
Release : 1.el9
Architecture : noarch
Size : 228 k
Source : python-strictyaml-1.6.2-1.el9.src.rpm
Repository : epel
Summary : Parses and validates a restricted subset of YAML
URL : http://hitchdev.com/strictyaml
License : MIT
Description : StrictYAML is a type-safe YAML parser that parses and validates a restricted
: subset of the YAML specification.
:
: Priorities:
:
: • Beautiful API
: • Refusing to parse the ugly, hard to read and insecure features of YAML like
: the Norway problem.
: • Strict validation of markup and straightforward type casting.
: • Clear, readable exceptions with code snippets and line numbers.
: • Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
: • Ability to read in YAML, make changes and write it out again with comments
: preserved.
: • Not speed, currently.
Available Packages
Name : python3-strictyaml
Version : 1.6.2
Release : 1.el9
Architecture : noarch
Size : 228 k
Source : python-strictyaml-1.6.2-1.el9.src.rpm
Repository : epel
Summary : Parses and validates a restricted subset of YAML
URL : http://hitchdev.com/strictyaml
License : MIT
Description : StrictYAML is a type-safe YAML parser that parses and validates a restricted
: subset of the YAML specification.
:
: Priorities:
:
: • Beautiful API
: • Refusing to parse the ugly, hard to read and insecure features of YAML like
: the Norway problem.
: • Strict validation of markup and straightforward type casting.
: • Clear, readable exceptions with code snippets and line numbers.
: • Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
: • Ability to read in YAML, make changes and write it out again with comments
: preserved.
: • Not speed, currently.