How to Install and Uninstall python2-backports_abc Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-backports_abc" package

Please follow the guidelines below to install python2-backports_abc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-backports_abc

2. Uninstall "python2-backports_abc" package

Learn how to uninstall python2-backports_abc on openSUSE Leap:

$ sudo zypper remove python2-backports_abc

3. Information about the python2-backports_abc package on openSUSE Leap

Information for package python2-backports_abc:
----------------------------------------------
Repository : Main Repository
Name : python2-backports_abc
Version : 0.5-1.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 24,5 KiB
Installed : No
Status : not installed
Source package : python-backports_abc-0.5-1.27.src
Summary : A backport of recent additions to the 'collections.abc' module
Description :
Currently, patch() provides the following names if missing:
collections.abc.Generator
collections.abc.Awaitable
collections.abc.Coroutine
inspect.isawaitable(obj)
All of them are also available directly from the backports_abc module
namespace.
In Python 2.x and Python 3.2, it patches the collections module
instead of the collections.abc module. Any names that are already
available when importing this module will not be overwritten.
The names that were previously patched by patch() can be queried
through the mapping in backports_abc.PATCHED.