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

Last updated: May 15,2024

1. Install "python36-colander" package

Please follow the guidance below to install python36-colander on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-colander

2. Uninstall "python36-colander" package

This is a short guide on how to uninstall python36-colander on openSuSE Tumbleweed:

$ sudo zypper remove python36-colander

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

Information for package python36-colander:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-colander
Version : 1.7.0-5.6
Arch : noarch
Vendor : openSUSE
Installed Size : 988,4 KiB
Installed : No
Status : not installed
Source package : python-colander-1.7.0-5.6.src
Summary : A schema-based serialization and deserialization library
Description :
An extensible package which can be used to:
- deserialize and validate a data structure composed of strings,
mappings, and lists.
- serialize an arbitrary data structure to a data structure composed
of strings, mappings, and lists.