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

Last updated: July 07,2024

1. Install "python311-colander" package

Please follow the step by step instructions below to install python311-colander on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-colander

2. Uninstall "python311-colander" package

This guide covers the steps necessary to uninstall python311-colander on openSuSE Tumbleweed:

$ sudo zypper remove python311-colander

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

Information for package python311-colander:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-colander
Version : 2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 582.8 KiB
Installed : No
Status : not installed
Source package : python-colander-2.0-1.2.src
Upstream URL : https://github.com/Pylons/colander
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.