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

Last updated: April 25,2024

1. Install "python3-schema" package

This is a short guide on how to install python3-schema on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-schema

2. Uninstall "python3-schema" package

This guide let you learn how to uninstall python3-schema on openSUSE Leap:

$ sudo zypper remove python3-schema

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

Information for package python3-schema:
---------------------------------------
Repository : Main Repository
Name : python3-schema
Version : 0.6.7-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 71.9 KiB
Installed : No
Status : not installed
Source package : python-schema-0.6.7-bp155.2.12.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.