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

Last updated: February 08,2025

1. Install "python311-retrying" package

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

$ sudo zypper refresh $ sudo zypper install python311-retrying

2. Uninstall "python311-retrying" package

Please follow the instructions below to uninstall python311-retrying on openSuSE Tumbleweed:

$ sudo zypper remove python311-retrying

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

Information for package python311-retrying:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-retrying
Version : 1.3.4-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 59.9 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.