How to Install and Uninstall python310-retrying Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python310-retrying" package

Please follow the step by step instructions below to install python310-retrying on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-retrying

2. Uninstall "python310-retrying" package

In this section, we are going to explain the necessary steps to uninstall python310-retrying on openSuSE Tumbleweed:

$ sudo zypper remove python310-retrying

3. Information about the python310-retrying package on openSuSE Tumbleweed

Information for package python310-retrying:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-retrying
Version : 1.3.4-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 55.0 KiB
Installed : No
Status : not installed
Source package : python-retrying-1.3.4-4.1.src
Upstream URL : https://github.com/rholder/retrying
Summary : Retrying library for Python
Description :
Retrying is a general-purpose retrying library, written in Python, to
simplify the task of adding retry behavior to just about anything.