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

Last updated: May 16,2024

1. Install "python-multi-key-dict" package

Please follow the guidance below to install python-multi-key-dict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-multi-key-dict

2. Uninstall "python-multi-key-dict" package

Please follow the steps below to uninstall python-multi-key-dict on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-multi-key-dict $ sudo apt autoclean && sudo apt autoremove

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

Package: python-multi-key-dict
Priority: optional
Section: universe/python
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.0.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-multi-key-dict/python-multi-key-dict_2.0.3-1_all.deb
Size: 9542
MD5sum: e692a80c0c6b4cf3876c98b6a13870b2
SHA1: 48cd44980fc232140d37cccc85f758c78f8823ec
SHA256: e26be52d3d492b98f53472b5f912e169f9a577682c6e1bb3d075f6a9c9503621
Description-en: multi key dictionary implementation - Python 2.7
Implementation of a multi-key dictionary, i.e.:
(key1[,key2, ..]) => value
.
This dictionary has a similar interface to the standard dictionary, but is
extended to support multiple keys referring to the same element.
.
Multi-key dict provides also extended interface for iterating over items and
keys (e.g. by the key type), which might be useful when creating, e.g.
dictionaries with index-name key pair allowing to iterate over items using
either: names or indexes. It can be useful for many other similar use-cases,
and there is no limit to the number of keys used to map to the value.
.
There are few other useful methods, e.g. to iterate over dictionary (by/using)
selected key type, finding other keys mapping to the same value etc.
.
This package contains the Python 2.7 module.
Description-md5: c3c5bc7994068cea2f1a1311db284102
Homepage: https://github.com/formiaczek/multi_key_dict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu