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

Last updated: May 03,2024

1. Install "python3-poyo" package

In this section, we are going to explain the necessary steps to install python3-poyo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-poyo

2. Uninstall "python3-poyo" package

Learn how to uninstall python3-poyo on openSUSE Leap:

$ sudo zypper remove python3-poyo

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

Information for package python3-poyo:
-------------------------------------
Repository : Main Repository
Name : python3-poyo
Version : 0.5.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 65.6 KiB
Installed : No
Status : not installed
Source package : python-poyo-0.5.0-bp155.2.12.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.