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

Last updated: May 18,2024

1. Install "python38-backoff" package

In this section, we are going to explain the necessary steps to install python38-backoff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-backoff

2. Uninstall "python38-backoff" package

This tutorial shows how to uninstall python38-backoff on openSuSE Tumbleweed:

$ sudo zypper remove python38-backoff

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

Information for package python38-backoff:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-backoff
Version : 1.10.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 77,7 KiB
Installed : No
Status : not installed
Source package : python-backoff-1.10.0-1.8.src
Summary : Function decoration for backoff and retry
Description :
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met. It
is meant to be of use when accessing unreliable resources with the
potential for intermittent failures i.e. network resources and external
APIs. Somewhat more generally, it may also be of use for dynamically
polling resources for externally generated content.
Decorators support both regular functions for synchronous code and
`asyncio `_'s coroutines
for asynchronous code.