How to Install and Uninstall python3-backoff.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: February 09,2025
1. Install "python3-backoff.noarch" package
Please follow the steps below to install python3-backoff.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-backoff.noarch
Copied
2. Uninstall "python3-backoff.noarch" package
Please follow the steps below to uninstall python3-backoff.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-backoff.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-backoff.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:47:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-backoff
Version : 1.11.1
Release : 2.el8
Architecture : noarch
Size : 28 k
Source : python-backoff-1.11.1-2.el8.src.rpm
Repository : epel
Summary : Python library providing function decorators for configurable backoff and retry
URL : https://github.com/litl/backoff
License : MIT
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.
Available Packages
Name : python3-backoff
Version : 1.11.1
Release : 2.el8
Architecture : noarch
Size : 28 k
Source : python-backoff-1.11.1-2.el8.src.rpm
Repository : epel
Summary : Python library providing function decorators for configurable backoff and retry
URL : https://github.com/litl/backoff
License : MIT
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.