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

Last updated: December 25,2024

1. Install "python2-yamlloader" package

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

$ sudo zypper refresh $ sudo zypper install python2-yamlloader

2. Uninstall "python2-yamlloader" package

Please follow the guidance below to uninstall python2-yamlloader on openSUSE Leap:

$ sudo zypper remove python2-yamlloader

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

Information for package python2-yamlloader:
-------------------------------------------
Repository : Main Repository
Name : python2-yamlloader
Version : 0.5.5-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 19,9 KiB
Installed : No
Status : not installed
Source package : python-yamlloader-0.5.5-bp153.1.13.src
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).