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

Last updated: May 19,2024

1. Install "python3-schema.noarch" package

Please follow the steps below to install python3-schema.noarch on Rocky Linux 8

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

2. Uninstall "python3-schema.noarch" package

Learn how to uninstall python3-schema.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 2:01:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-schema
Version : 0.7.3
Release : 1.el8
Architecture : noarch
Size : 36 k
Source : python-schema-0.7.3-1.el8.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.