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

Last updated: May 18,2024

1. Install "python2-poyo" package

Please follow the guidance below to install python2-poyo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-poyo

2. Uninstall "python2-poyo" package

Please follow the instructions below to uninstall python2-poyo on openSUSE Leap:

$ sudo zypper remove python2-poyo

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

Information for package python2-poyo:
-------------------------------------
Repository : Main Repository
Name : python2-poyo
Version : 0.5.0-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 56,2 KiB
Installed : No
Status : not installed
Source package : python-poyo-0.5.0-bp153.1.24.src
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.