How to Install and Uninstall python3-schema.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-schema.noarch" package

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

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

2. Uninstall "python3-schema.noarch" package

Please follow the instructions below to uninstall python3-schema.noarch on Fedora 36:

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

3. Information about the python3-schema.noarch package on Fedora 36

Last metadata expiration check: 1:08:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-schema
Version : 0.7.5
Release : 1.fc36
Architecture : noarch
Size : 33 k
Source : python-schema-0.7.5-1.fc36.src.rpm
Repository : fedora
Summary : Simple data validation library
URL : https://github.com/keleshev/schema
License : MIT
Description : schema is a library for validating Python data structures, such as those
: obtained from config-files, forms, external services or command-line parsing,
: converted from JSON/YAML (or something else) to Python data-types.
:
: Python 3 version.