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

Last updated: July 08,2024

1. Install "python310-colander" package

Please follow the instructions below to install python310-colander on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-colander

2. Uninstall "python310-colander" package

Please follow the steps below to uninstall python310-colander on openSuSE Tumbleweed:

$ sudo zypper remove python310-colander

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

Information for package python310-colander:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-colander
Version : 2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 509.0 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.