How to Install and Uninstall python3-jsonschema.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-jsonschema.noarch" package

This guide covers the steps necessary to install python3-jsonschema.noarch on CentOS Stream 8

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

2. Uninstall "python3-jsonschema.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-jsonschema.noarch on CentOS Stream 8:

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

3. Information about the python3-jsonschema.noarch package on CentOS Stream 8

Last metadata expiration check: 3:07:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-jsonschema
Version : 2.6.0
Release : 4.el8
Architecture : noarch
Size : 82 k
Source : python-jsonschema-2.6.0-4.el8.src.rpm
Repository : appstream
Summary : An implementation of JSON Schema validation for Python 3.6
URL : http://pypi.python.org/pypi/jsonschema
License : MIT
Description : jsonschema is JSON Schema validator currently based on
: http://tools.ietf.org/html/draft-zyp-json-schema-03