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

Last updated: May 20,2024

1. Install "python38-schema" package

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

$ sudo zypper refresh $ sudo zypper install python38-schema

2. Uninstall "python38-schema" package

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

$ sudo zypper remove python38-schema

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

Information for package python38-schema:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-schema
Version : 0.7.3-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 138,0 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.