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

Last updated: July 07,2024

1. Install "python38-multidict" package

Please follow the guidance below to install python38-multidict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-multidict

2. Uninstall "python38-multidict" package

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

$ sudo zypper remove python38-multidict

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

Information for package python38-multidict:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-multidict
Version : 5.1.0-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 150,7 KiB
Installed : No
Status : not installed
Source package : python-multidict-5.1.0-1.7.src
Summary : Multidict implementation
Description :
Multidicts are useful for working with HTTP headers, URL query
arguments, etc.
The code was extracted from the aiohttp library.