How to Install and Uninstall python3-multidict Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-multidict" package

Please follow the guidelines below to install python3-multidict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-multidict

2. Uninstall "python3-multidict" package

In this section, we are going to explain the necessary steps to uninstall python3-multidict on openSUSE Leap:

$ sudo zypper remove python3-multidict

3. Information about the python3-multidict package on openSUSE Leap

Information for package python3-multidict:
------------------------------------------
Repository : Main Repository
Name : python3-multidict
Version : 4.5.2-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 251.5 KiB
Installed : No
Status : not installed
Source package : python-multidict-4.5.2-1.24.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.