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

Last updated: May 13,2024

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

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

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

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

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

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

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

Package: python3-multi-key-dict
Priority: optional
Section: universe/python
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-multi-key-dict
Version: 2.0.3-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-multi-key-dict/python3-multi-key-dict_2.0.3-1_all.deb
Size: 9620
MD5sum: a963664dabaf0071f40d2d1af5836cf5
SHA1: 0577eb0e075afce17bdf0eea5b0fe521d63e8cfe
SHA256: ba0f9e22138ee038a6915a7ba20799fe574988d74eff8d314ca58270c86424d8
Description-en: Multi key dictionary implementation - Python 3.x
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 3.x module.
Description-md5: 1c6a8cb7a6b27260b2df98957aa89ef3
Homepage: https://github.com/formiaczek/multi_key_dict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu