How to Install and Uninstall python312-schema Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python312-schema" package

This tutorial shows how to install python312-schema on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-schema

2. Uninstall "python312-schema" package

This guide let you learn how to uninstall python312-schema on openSuSE Tumbleweed:

$ sudo zypper remove python312-schema

3. Information about the python312-schema package on openSuSE Tumbleweed

Information for package python312-schema:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-schema
Version : 0.7.5-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 133.7 KiB
Installed : No
Status : not installed
Source package : python-schema-0.7.5-2.8.src
Upstream URL : https://github.com/keleshev/schema
Summary : Data validation library
Description :
Schema is a library for validating Python data structures, such as those
obtained from config-files, forms, external services or command-line
parsing, converted from JSON/YAML (or something else) to Python data-types.