How to Install and Uninstall python311-jsonschema Package on openSUSE Leap
Last updated: March 16,2025
1. Install "python311-jsonschema" package
This tutorial shows how to install python311-jsonschema on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-jsonschema
Copied
2. Uninstall "python311-jsonschema" package
This guide let you learn how to uninstall python311-jsonschema on openSUSE Leap:
$
sudo zypper remove
python311-jsonschema
Copied
3. Information about the python311-jsonschema package on openSUSE Leap
Information for package python311-jsonschema:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-jsonschema
Version : 4.17.3-150400.14.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 347.8 KiB
Installed : No
Status : not installed
Source package : python-jsonschema-4.17.3-150400.14.3.9.src
Upstream URL : https://github.com/python-jsonschema/jsonschema
Summary : An implementation of JSON-Schema validation for Python
Description :
jsonschema is an implementation of the JSON Schema specification for Python
The validator can be used as python module and from console:
$ jsonschema --instance sample.json sample.schema
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-jsonschema
Version : 4.17.3-150400.14.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 347.8 KiB
Installed : No
Status : not installed
Source package : python-jsonschema-4.17.3-150400.14.3.9.src
Upstream URL : https://github.com/python-jsonschema/jsonschema
Summary : An implementation of JSON-Schema validation for Python
Description :
jsonschema is an implementation of the JSON Schema specification for Python
The validator can be used as python module and from console:
$ jsonschema --instance sample.json sample.schema