How to Install and Uninstall python-colander Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 24,2025

1. Install "python-colander" package

This guide let you learn how to install python-colander on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-colander

2. Uninstall "python-colander" package

This guide let you learn how to uninstall python-colander on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-colander $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-colander package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-colander
Priority: optional
Section: universe/python
Installed-Size: 309
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0b1-3
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-translationstring
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-colander/python-colander_1.0b1-3_all.deb
Size: 42018
MD5sum: e1ef03df2674636844ad67597ea9cfe4
SHA1: 8dbbc5659cd8e7091260f44d07bd58c8255b49f0
SHA256: 815af41a632f3387048b77f04dd220f55220a89c12976e263c563ad4707376e3
Description-en: simple schema-based serialization and deserialization - Python 2.x
Colander is an extensible package which can be used to deserialize and
validate a data structure composed of strings, mappings, and lists, and to
serialize an arbitrary data structure to a data structure composed of strings,
mappings, and lists.
.
This package provides the Python 2.x module.
Description-md5: 8df9c6eecda5bb5ace4c4612d144d435
Homepage: http://docs.pylonsproject.org/projects/colander/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu