How to Install and Uninstall python39-multidict Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-multidict" package

This guide let you learn how to install python39-multidict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-multidict

2. Uninstall "python39-multidict" package

Here is a brief guide to show you how to uninstall python39-multidict on openSuSE Tumbleweed:

$ sudo zypper remove python39-multidict

3. Information about the python39-multidict package on openSuSE Tumbleweed

Information for package python39-multidict:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-multidict
Version : 6.0.5-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 144.1 KiB
Installed : No
Status : not installed
Source package : python-multidict-6.0.5-1.1.src
Upstream URL : https://github.com/aio-libs/multidict
Summary : Multidict implementation
Description :
Multidicts are useful for working with HTTP headers, URL query
arguments, etc.
The code was extracted from the aiohttp library.