How to Install and Uninstall python3-jsonschema.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "python3-jsonschema.noarch" package

Learn how to install python3-jsonschema.noarch on Fedora 39

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

2. Uninstall "python3-jsonschema.noarch" package

Here is a brief guide to show you how to uninstall python3-jsonschema.noarch on Fedora 39:

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

3. Information about the python3-jsonschema.noarch package on Fedora 39

Last metadata expiration check: 1:27:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-jsonschema
Version : 4.19.1
Release : 1.fc39
Architecture : noarch
Size : 202 k
Source : python-jsonschema-4.19.1-1.fc39.src.rpm
Repository : updates
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.