How to Install and Uninstall python-saneyaml-doc.noarch Package on Fedora 38

Last updated: October 08,2024

1. Install "python-saneyaml-doc.noarch" package

Please follow the guidance below to install python-saneyaml-doc.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python-saneyaml-doc.noarch

2. Uninstall "python-saneyaml-doc.noarch" package

Please follow the instructions below to uninstall python-saneyaml-doc.noarch on Fedora 38:

$ sudo dnf remove python-saneyaml-doc.noarch $ sudo dnf autoremove

3. Information about the python-saneyaml-doc.noarch package on Fedora 38

Last metadata expiration check: 3:46:29 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python-saneyaml-doc
Version : 0.6.0
Release : 1.fc38
Architecture : noarch
Size : 189 k
Source : python-saneyaml-0.6.0-1.fc38.src.rpm
Repository : updates
Summary : Documentation for python-saneyaml
URL : https://github.com/nexB/saneyaml
License : Apache-2.0 AND BSD-2-Clause AND MIT
Description :
: This micro library is a PyYaml wrapper with sane behaviour to read and write
: readable YAML safely, typically when used with configuration files.
:
: With saneyaml you can dump readable and clean YAML and load safely any YAML
: preserving ordering and avoiding surprises of type conversions by loading
: everything except booleans as strings.
:
: Optionally you can check for duplicated map keys when loading YAML.
:
: This package is providing the documentation for saneyaml.