How to Install and Uninstall python3-schema.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "python3-schema.noarch" package

Here is a brief guide to show you how to install python3-schema.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-schema.noarch" package

This is a short guide on how to uninstall python3-schema.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-schema.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-schema
Version : 0.7.5
Release : 3.el9
Architecture : noarch
Size : 35 k
Source : python-schema-0.7.5-3.el9.src.rpm
Repository : epel
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.