How to Install and Uninstall python3-multi_key_dict.noarch Package on Fedora 38

Last updated: September 25,2024

1. Install "python3-multi_key_dict.noarch" package

This guide covers the steps necessary to install python3-multi_key_dict.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-multi_key_dict.noarch

2. Uninstall "python3-multi_key_dict.noarch" package

This is a short guide on how to uninstall python3-multi_key_dict.noarch on Fedora 38:

$ sudo dnf remove python3-multi_key_dict.noarch $ sudo dnf autoremove

3. Information about the python3-multi_key_dict.noarch package on Fedora 38

Last metadata expiration check: 2:49:02 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-multi_key_dict
Version : 2.0.3
Release : 23.fc38
Architecture : noarch
Size : 30 k
Source : python-multi_key_dict-2.0.3-23.fc38.src.rpm
Repository : fedora
Summary : Multi-key dictionary implementation in Python
URL : https://github.com/formiaczek/multi_key_dict
License : MIT
Description : 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.