How to Install and Uninstall python3-yamlloader Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-yamlloader" package

Please follow the steps below to install python3-yamlloader on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-yamlloader

2. Uninstall "python3-yamlloader" package

This tutorial shows how to uninstall python3-yamlloader on openSUSE Leap:

$ sudo zypper remove python3-yamlloader

3. Information about the python3-yamlloader package on openSUSE Leap

Information for package python3-yamlloader:
-------------------------------------------
Repository : Main Repository
Name : python3-yamlloader
Version : 0.5.5-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 24.6 KiB
Installed : No
Status : not installed
Source package : python-yamlloader-0.5.5-bp155.2.10.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).