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

Last updated: December 25,2024

1. Install "python38-chainmap" package

This tutorial shows how to install python38-chainmap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-chainmap

2. Uninstall "python38-chainmap" package

This guide covers the steps necessary to uninstall python38-chainmap on openSuSE Tumbleweed:

$ sudo zypper remove python38-chainmap

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

Information for package python38-chainmap:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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.)