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

Last updated: October 04,2024

1. Install "python2-tenacity" package

This is a short guide on how to install python2-tenacity on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-tenacity

2. Uninstall "python2-tenacity" package

Please follow the steps below to uninstall python2-tenacity on openSUSE Leap:

$ sudo zypper remove python2-tenacity

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

Information for package python2-tenacity:
-----------------------------------------
Repository : Main Repository
Name : python2-tenacity
Version : 6.1.0-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 155,8 KiB
Installed : No
Status : not installed
Source package : python-tenacity-6.1.0-bp153.1.20.src
Summary : Python module for retrying code until it succeeeds
Description :
Tenacity is a general-purpose retrying library, written in Python, to simplify
the task of adding retry behavior to just about anything.
It originates from a fork of `Retrying`_
Features
--------
- Generic Decorator API
- Specify stop condition (i.e. limit by number of attempts)
- Specify wait condition (i.e. exponential backoff sleeping between attempts)
- Customize retrying on Exceptions
- Customize retrying on expected returned result