How to Install and Uninstall python39-jsonschema417 Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-jsonschema417" package

Please follow the guidance below to install python39-jsonschema417 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jsonschema417

2. Uninstall "python39-jsonschema417" package

In this section, we are going to explain the necessary steps to uninstall python39-jsonschema417 on openSuSE Tumbleweed:

$ sudo zypper remove python39-jsonschema417

3. Information about the python39-jsonschema417 package on openSuSE Tumbleweed

Information for package python39-jsonschema417:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jsonschema417
Version : 4.17.3-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 282.0 KiB
Installed : No
Status : not installed
Source package : python-jsonschema417-4.17.3-1.5.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