How to Install and Uninstall python39-yamlloader Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "python39-yamlloader" package

Please follow the step by step instructions below to install python39-yamlloader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-yamlloader

2. Uninstall "python39-yamlloader" package

Learn how to uninstall python39-yamlloader on openSuSE Tumbleweed:

$ sudo zypper remove python39-yamlloader

3. Information about the python39-yamlloader package on openSuSE Tumbleweed

Information for package python39-yamlloader:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-yamlloader
Version : 1.3.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 15.7 KiB
Installed : No
Status : not installed
Source package : python-yamlloader-1.3.2-1.4.src
Upstream URL : https://github.com/Phynix/yamlloader
Summary : Ordered YAML loader and dumper for PyYAML
Description :
This module provides loaders and dumpers for PyYAML. Currently, an
OrderedDict loader/dumper is implemented, allowing to keep items order
when loading resp. dumping a file from/to an OrderedDict (Python 3.7:
Also regular dicts are supported and are the default items to be loaded
to. As of Python 3.7 preservation of insertion order is a language
feature of regular dicts.)
[API Documentation](https://phynix.github.io/yamlloader/index.html).