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

Last updated: June 26,2024

1. Install "python312-retrying" package

This tutorial shows how to install python312-retrying on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-retrying

2. Uninstall "python312-retrying" package

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

$ sudo zypper remove python312-retrying

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

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