How to Install and Uninstall python3-multi_key_dict.noarch Package on CentOS 8 / RHEL 8
Last updated: January 10,2025
1. Install "python3-multi_key_dict.noarch" package
Learn how to install python3-multi_key_dict.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-multi_key_dict.noarch
Copied
2. Uninstall "python3-multi_key_dict.noarch" package
Learn how to uninstall python3-multi_key_dict.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-multi_key_dict.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-multi_key_dict.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:57:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-multi_key_dict
Version : 2.0.3
Release : 2.el8
Architecture : noarch
Size : 23 k
Source : python-multi_key_dict-2.0.3-2.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-multi_key_dict
Version : 2.0.3
Release : 2.el8
Architecture : noarch
Size : 23 k
Source : python-multi_key_dict-2.0.3-2.el8.src.rpm
Repository : epel
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.