How to Install and Uninstall python3-multi_key_dict Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-multi_key_dict" package

This tutorial shows how to install python3-multi_key_dict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-multi_key_dict

2. Uninstall "python3-multi_key_dict" package

Please follow the steps below to uninstall python3-multi_key_dict on openSUSE Leap:

$ sudo zypper remove python3-multi_key_dict

3. Information about the python3-multi_key_dict package on openSUSE Leap

Information for package python3-multi_key_dict:
-----------------------------------------------
Repository : Main Repository
Name : python3-multi_key_dict
Version : 2.0.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : python-multi_key_dict-2.0.3-bp155.2.11.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.