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

Last updated: October 06,2024

1. Install "python3-multi_key_dict.noarch" package

Please follow the step by step instructions below to install python3-multi_key_dict.noarch on Fedora 39

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

2. Uninstall "python3-multi_key_dict.noarch" package

This guide covers the steps necessary to uninstall python3-multi_key_dict.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:47:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-multi_key_dict
Version : 2.0.3
Release : 25.fc39
Architecture : noarch
Size : 29 k
Source : python-multi_key_dict-2.0.3-25.fc39.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.