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

Last updated: October 06,2024

1. Install "python310-schema" package

Please follow the guidance below to install python310-schema on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-schema

2. Uninstall "python310-schema" package

Please follow the step by step instructions below to uninstall python310-schema on openSuSE Tumbleweed:

$ sudo zypper remove python310-schema

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

Information for package python310-schema:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-schema
Version : 0.7.5-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 120.3 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.