How to Install and Uninstall python3-strictyaml.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "python3-strictyaml.noarch" package

Please follow the instructions below to install python3-strictyaml.noarch on Fedora 36

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

2. Uninstall "python3-strictyaml.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-strictyaml.noarch on Fedora 36:

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

3. Information about the python3-strictyaml.noarch package on Fedora 36

Last metadata expiration check: 3:38:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-strictyaml
Version : 1.6.1
Release : 2.fc36
Architecture : noarch
Size : 231 k
Source : python-strictyaml-1.6.1-2.fc36.src.rpm
Repository : fedora
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.