How to Install and Uninstall python3-multidict.x86_64 Package on Fedora 39

Last updated: January 17,2025

1. Install "python3-multidict.x86_64" package

This tutorial shows how to install python3-multidict.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-multidict.x86_64

2. Uninstall "python3-multidict.x86_64" package

Please follow the guidance below to uninstall python3-multidict.x86_64 on Fedora 39:

$ sudo dnf remove python3-multidict.x86_64 $ sudo dnf autoremove

3. Information about the python3-multidict.x86_64 package on Fedora 39

Last metadata expiration check: 3:08:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-multidict
Version : 6.0.4
Release : 3.fc39
Architecture : x86_64
Size : 56 k
Source : python-multidict-6.0.4-3.fc39.src.rpm
Repository : fedora
Summary : MultiDict implementation
URL : https://github.com/aio-libs/multidict
License : Apache-2.0
Description : Multidict is dict-like collection of key-value pairs where key might occur more
: than once in the container.