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

Last updated: September 13,2024

1. Install "python39-chainmap" package

Please follow the steps below to install python39-chainmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-chainmap

2. Uninstall "python39-chainmap" package

Please follow the guidelines below to uninstall python39-chainmap on openSuSE Tumbleweed:

$ sudo zypper remove python39-chainmap

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

Information for package python39-chainmap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-chainmap
Version : 1.0.3-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 33,2 KiB
Installed : No
Status : not installed
Source package : python-chainmap-1.0.3-1.8.src
Summary : Backport/clone of ChainMap for py26, py32, and pypy3
Description :
This module is a polyfill implementing 'ChainMap' for
reasonably-recent versions of Python that do not have
'collections.ChainMap' --namely, Python 2.6, Python 3.2,
and PyPy3 releases based on Python 3.2. (It will also
work as expected on Python 2.7, PyPy, and Python 3.3 and higher,
but it is not needed there since those verions' 'collection'
modules contains a 'ChainMap' implementation.)