How to Install and Uninstall python3-saneyaml.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-saneyaml.noarch" package

Here is a brief guide to show you how to install python3-saneyaml.noarch on Fedora 39

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

2. Uninstall "python3-saneyaml.noarch" package

Learn how to uninstall python3-saneyaml.noarch on Fedora 39:

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

3. Information about the python3-saneyaml.noarch package on Fedora 39

Last metadata expiration check: 0:00:03 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-saneyaml
Version : 0.6.0
Release : 1.fc39
Architecture : noarch
Size : 24 k
Source : python-saneyaml-0.6.0-1.fc39.src.rpm
Repository : updates
Summary : Cleaner, simpler, safer and saner YAML parsing/serialization in Python
URL : https://github.com/nexB/saneyaml
License : Apache-2.0
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.