How to Install and Uninstall python3-orderedmultidict.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-orderedmultidict.noarch" package

Please follow the instructions below to install python3-orderedmultidict.noarch on Fedora 34

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

2. Uninstall "python3-orderedmultidict.noarch" package

This tutorial shows how to uninstall python3-orderedmultidict.noarch on Fedora 34:

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

3. Information about the python3-orderedmultidict.noarch package on Fedora 34

Last metadata expiration check: 2:16:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-orderedmultidict
Version : 1.0
Release : 11.fc34
Architecture : noarch
Size : 29 k
Source : python-orderedmultidict-1.0-11.fc34.src.rpm
Repository : fedora
Summary : Ordered Multivalue Dictionary
URL : https://github.com/gruns/orderedmultidict
License : Unlicense
Description : A multivalue dictionary is a dictionary that can store multiple values for the
: same key. An ordered multivalue dictionary is a multivalue dictionary that
: retains the order of insertions and deletions.
:
: Python 3 version.