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

Last updated: September 28,2024

1. Install "python39-poyo" package

Please follow the steps below to install python39-poyo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-poyo

2. Uninstall "python39-poyo" package

This is a short guide on how to uninstall python39-poyo on openSuSE Tumbleweed:

$ sudo zypper remove python39-poyo

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

Information for package python39-poyo:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-poyo
Version : 0.5.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 51.3 KiB
Installed : No
Status : not installed
Source package : python-poyo-0.5.0-2.6.src
Upstream URL : https://github.com/hackebrot/poyo
Summary : YAML Parser for Python
Description :
A YAML Parser for Python.
Please note that Poyo supports only a chosen subset of the YAML format.
It can only read but not write and is not compatible with JSON.
Poyo does not allow deserialization of arbitrary Python objects. Supported
types are str, bool, int, float, NoneType as well as dict and list values.