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

Last updated: September 29,2024

1. Install "python3-chainmap" package

Here is a brief guide to show you how to install python3-chainmap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-chainmap

2. Uninstall "python3-chainmap" package

Learn how to uninstall python3-chainmap on openSUSE Leap:

$ sudo zypper remove python3-chainmap

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

Information for package python3-chainmap:
-----------------------------------------
Repository : Main Repository
Name : python3-chainmap
Version : 1.0.3-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 33.9 KiB
Installed : No
Status : not installed
Source package : python-chainmap-1.0.3-bp155.2.12.src
Upstream URL : https://bitbucket.org/jeunice/chainmap
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.)