How to Install and Uninstall python3-poyo.noarch Package on Fedora 36
Last updated: January 10,2025
1. Install "python3-poyo.noarch" package
Please follow the guidelines below to install python3-poyo.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-poyo.noarch
Copied
2. Uninstall "python3-poyo.noarch" package
This guide covers the steps necessary to uninstall python3-poyo.noarch on Fedora 36:
$
sudo dnf remove
python3-poyo.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-poyo.noarch package on Fedora 36
Last metadata expiration check: 2:00:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-poyo
Version : 0.5.0
Release : 7.fc36
Architecture : noarch
Size : 27 k
Source : python-poyo-0.5.0-7.fc36.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-poyo
Version : 0.5.0
Release : 7.fc36
Architecture : noarch
Size : 27 k
Source : python-poyo-0.5.0-7.fc36.src.rpm
Repository : fedora
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.