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

Last updated: November 23,2024

1. Install "python312-multidict" package

Please follow the steps below to install python312-multidict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-multidict

2. Uninstall "python312-multidict" package

This is a short guide on how to uninstall python312-multidict on openSuSE Tumbleweed:

$ sudo zypper remove python312-multidict

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

Information for package python312-multidict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-multidict
Version : 6.0.5-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 165.7 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.