How to Install and Uninstall python310-multi_key_dict Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python310-multi_key_dict" package

This guide let you learn how to install python310-multi_key_dict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-multi_key_dict

2. Uninstall "python310-multi_key_dict" package

Please follow the guidelines below to uninstall python310-multi_key_dict on openSuSE Tumbleweed:

$ sudo zypper remove python310-multi_key_dict

3. Information about the python310-multi_key_dict package on openSuSE Tumbleweed

Information for package python310-multi_key_dict:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-multi_key_dict
Version : 2.0.3-4.24
Arch : noarch
Vendor : openSUSE
Installed Size : 67.7 KiB
Installed : No
Status : not installed
Source package : python-multi_key_dict-2.0.3-4.24.src
Upstream URL : https://github.com/formiaczek/multi_key_dict
Summary : Multi key dictionary implementation
Description :
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 many other similar use-cases, and there is no limit
to the number of keys used to map to the value.