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

Last updated: May 20,2024

1. Install "python36-retrying" package

In this section, we are going to explain the necessary steps to install python36-retrying on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-retrying

2. Uninstall "python36-retrying" package

This guide covers the steps necessary to uninstall python36-retrying on openSuSE Tumbleweed:

$ sudo zypper remove python36-retrying

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

Information for package python36-retrying:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-retrying
Version : 1.3.3-5.12
Arch : noarch
Vendor : openSUSE
Installed Size : 42,4 KiB
Installed : No
Status : not installed
Source package : python-retrying-1.3.3-5.12.src
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.