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

Last updated: September 20,2024

1. Install "python-ruamel.ordereddict" package

Here is a brief guide to show you how to install python-ruamel.ordereddict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ruamel.ordereddict

2. Uninstall "python-ruamel.ordereddict" package

Please follow the step by step instructions below to uninstall python-ruamel.ordereddict on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ruamel.ordereddict $ sudo apt autoclean && sudo apt autoremove

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

Package: python-ruamel.ordereddict
Priority: optional
Section: universe/python
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: amd64
Version: 0.4.9-1
Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-ruamel.ordereddict/python-ruamel.ordereddict_0.4.9-1_amd64.deb
Size: 39500
MD5sum: 753ab32d997c6571ff40960705714035
SHA1: a6af1610ff6bf0c96ac212fddfc910095735accf
SHA256: cd29ba4b81829d795f2a33139ed1079e1f340620b2c8f84eddfbf4848d8cabef
Description-en: dictionary that keeps keys in insertion resp. sorted order
This package is an implementation of an ordered dictionary with Key Insertion
Order (KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed
and put at the back).
.
Sorted dictionaries are also provided. Currently only with Key Sorted
Order (KSO, no sorting function can be specified, but you can specify a
transform to apply on the key before comparison (e.g. string.lower)).
Description-md5: e036bf8a81c184cb98467d82263af8a0
Homepage: https://bitbucket.org/ruamel/ordereddict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu