How to Install and Uninstall python-jsonschema.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "python-jsonschema.src" package

Learn how to install python-jsonschema.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-jsonschema.src

2. Uninstall "python-jsonschema.src" package

Learn how to uninstall python-jsonschema.src on Oracle Linux 9:

$ sudo dnf remove python-jsonschema.src $ sudo dnf autoremove

3. Information about the python-jsonschema.src package on Oracle Linux 9

Last metadata expiration check: 0:41:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-jsonschema
Version : 3.2.0
Release : 13.el9
Architecture : src
Size : 172 k
Source : None
Repository : ol9_appstream
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.