How to Install and Uninstall python3-jsonschema Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-jsonschema" package

This tutorial shows how to install python3-jsonschema on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jsonschema

2. Uninstall "python3-jsonschema" package

Learn how to uninstall python3-jsonschema on openSUSE Leap:

$ sudo zypper remove python3-jsonschema

3. Information about the python3-jsonschema package on openSUSE Leap

Information for package python3-jsonschema:
-------------------------------------------
Repository : Main Repository
Name : python3-jsonschema
Version : 3.2.0-9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 287.2 KiB
Installed : No
Status : not installed
Source package : python-jsonschema-3.2.0-9.3.1.src
Upstream URL : https://github.com/Julian/jsonschema
Summary : An implementation of JSON-Schema validation for Python
Description :
jsonschema is an implementation of JSON Schema (currently in Draft 3)
for Python (supporting 2.6+ including Python 3).