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

Last updated: May 05,2024

1. Install "python39-colander" package

Please follow the steps below to install python39-colander on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-colander

2. Uninstall "python39-colander" package

Please follow the instructions below to uninstall python39-colander on openSuSE Tumbleweed:

$ sudo zypper remove python39-colander

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

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