How to Install and Uninstall python311-jsonschema Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-jsonschema" package
Please follow the steps below to install python311-jsonschema on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-jsonschema
Copied
2. Uninstall "python311-jsonschema" package
Please follow the guidance below to uninstall python311-jsonschema on openSuSE Tumbleweed:
$
sudo zypper remove
python311-jsonschema
Copied
3. Information about the python311-jsonschema package on openSuSE Tumbleweed
Information for package python311-jsonschema:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-jsonschema
Version : 4.21.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 342.9 KiB
Installed : No
Status : not installed
Source package : python-jsonschema-4.21.1-1.4.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 : openSUSE-Tumbleweed-Oss
Name : python311-jsonschema
Version : 4.21.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 342.9 KiB
Installed : No
Status : not installed
Source package : python-jsonschema-4.21.1-1.4.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