How to Install and Uninstall python3-multi-key-dict Package on Kali Linux

Last updated: May 20,2024

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

Please follow the guidance below to install python3-multi-key-dict on Kali Linux

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

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

Please follow the guidance below to uninstall python3-multi-key-dict on Kali Linux:

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

3. Information about the python3-multi-key-dict package on Kali Linux

Package: python3-multi-key-dict
Source: python-multi-key-dict
Version: 2.0.3-2
Installed-Size: 44
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 10220
SHA256: f6897fb28781e71a0c63d20339882f28f1b00858a086660d6bcf0661615ff6a9
SHA1: 53f699350556ad35d062f3e0b2e56079922f7c3d
MD5sum: 29611e1fcafcda75363105f84ec34e98
Description: 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:
Homepage: https://github.com/formiaczek/multi_key_dict
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-multi-key-dict/python3-multi-key-dict_2.0.3-2_all.deb