How to Install and Uninstall python39-jsonschema.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "python39-jsonschema.noarch" package

Please follow the step by step instructions below to install python39-jsonschema.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-jsonschema.noarch

2. Uninstall "python39-jsonschema.noarch" package

Please follow the step by step instructions below to uninstall python39-jsonschema.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-jsonschema.noarch $ sudo dnf autoremove

3. Information about the python39-jsonschema.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:08:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-jsonschema
Version : 3.2.0
Release : 1.el8
Architecture : noarch
Size : 110 k
Source : python39-jsonschema-epel-3.2.0-1.el8.src.rpm
Repository : epel
Summary : Implementation of JSON Schema validation for Python
URL : https://github.com/Julian/jsonschema
License : MIT
Description : jsonschema is an implementation of JSON Schema for Python (supporting
: 2.7+, including Python 3).
:
: - Full support for Draft 7, Draft 6, Draft 4 and Draft 3
: - Lazy validation that can iteratively report all validation errors.
: - Small and extensible
: - Programmatic querying of which properties or items failed validation.