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

Last updated: May 04,2024

1. Install "python2-colander" package

Please follow the instructions below to install python2-colander on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-colander

2. Uninstall "python2-colander" package

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

$ sudo zypper remove python2-colander

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

Information for package python2-colander:
-----------------------------------------
Repository : Main Repository
Name : python2-colander
Version : 1.7.0-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 961,9 KiB
Installed : No
Status : not installed
Source package : python-colander-1.7.0-bp153.1.20.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.
It is tested on Python 2.7, 3.3, 3.4, 3.5, and 3.6, and PyPy.
Please see http://docs.pylonsproject.org/projects/colander/en/latest/
for documentation.