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

Last updated: November 24,2024

1. Install "python36-chainmap" package

Learn how to install python36-chainmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-chainmap

2. Uninstall "python36-chainmap" package

This is a short guide on how to uninstall python36-chainmap on openSuSE Tumbleweed:

$ sudo zypper remove python36-chainmap

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

Information for package python36-chainmap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-chainmap
Version : 1.0.3-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 33,1 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.)