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

Last updated: December 26,2024

1. Install "python36-schema" package

This guide covers the steps necessary to install python36-schema on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-schema

2. Uninstall "python36-schema" package

Please follow the instructions below to uninstall python36-schema on openSuSE Tumbleweed:

$ sudo zypper remove python36-schema

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

Information for package python36-schema:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-schema
Version : 0.7.3-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 137,8 KiB
Installed : No
Status : not installed
Source package : python-schema-0.7.3-1.5.src
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.