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

Last updated: May 03,2024

1. Install "python2-schema" package

Please follow the steps below to install python2-schema on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-schema

2. Uninstall "python2-schema" package

Please follow the guidelines below to uninstall python2-schema on openSUSE Leap:

$ sudo zypper remove python2-schema

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

Information for package python2-schema:
---------------------------------------
Repository : Main Repository
Name : python2-schema
Version : 0.6.7-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 76,4 KiB
Installed : No
Status : not installed
Source package : python-schema-0.6.7-bp153.1.17.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.