How to Install and Uninstall python3-poyo.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python3-poyo.noarch" package

In this section, we are going to explain the necessary steps to install python3-poyo.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-poyo.noarch

2. Uninstall "python3-poyo.noarch" package

Please follow the guidelines below to uninstall python3-poyo.noarch on Rocky Linux 8:

$ sudo dnf remove python3-poyo.noarch $ sudo dnf autoremove

3. Information about the python3-poyo.noarch package on Rocky Linux 8

Last metadata expiration check: 1:23:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-poyo
Version : 0.4.1
Release : 11.el8
Architecture : noarch
Size : 26 k
Source : python-poyo-0.4.1-11.el8.src.rpm
Repository : epel
Summary : A lightweight YAML Parser for Python
URL : https://github.com/hackebrot/poyo
License : MIT
Description : A lightweight 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.
: Please see the examples below to get an idea of what Poyo understands.