How to Install and Uninstall python3-easyco.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-easyco.noarch" package

In this section, we are going to explain the necessary steps to install python3-easyco.noarch on Fedora 34

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

2. Uninstall "python3-easyco.noarch" package

Please follow the step by step instructions below to uninstall python3-easyco.noarch on Fedora 34:

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

3. Information about the python3-easyco.noarch package on Fedora 34

Last metadata expiration check: 3:03:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-easyco
Version : 0.2.3
Release : 2.fc34
Architecture : noarch
Size : 28 k
Source : python-easyco-0.2.3-2.fc34.src.rpm
Repository : fedora
Summary : Configuration with YAML files
URL : https://github.com/spacemanspiff2007/EasyCo
License : LGPLv3+
Description : The goal of EasyCo is to provide an easy way of configuration using
: YAML files for Python programs. It can automatically create a default
: configuration from provided default values and will validate the
: provided data.