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

Last updated: July 04,2024

1. Install "python3-backports_abc" package

This is a short guide on how to install python3-backports_abc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-backports_abc

2. Uninstall "python3-backports_abc" package

This tutorial shows how to uninstall python3-backports_abc on openSUSE Leap:

$ sudo zypper remove python3-backports_abc

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

Information for package python3-backports_abc:
----------------------------------------------
Repository : Main Repository
Name : python3-backports_abc
Version : 0.5-1.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 22.0 KiB
Installed : No
Status : not installed
Source package : python-backports_abc-0.5-1.27.src
Upstream URL : https://github.com/cython/backports_abc
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.