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

Last updated: September 29,2024

1. Install "python312-yamlloader" package

This tutorial shows how to install python312-yamlloader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-yamlloader

2. Uninstall "python312-yamlloader" package

This guide covers the steps necessary to uninstall python312-yamlloader on openSuSE Tumbleweed:

$ sudo zypper remove python312-yamlloader

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

Information for package python312-yamlloader:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-yamlloader
Version : 1.3.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 17.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).