How to Install and Uninstall python3-retrying Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-retrying" package

This tutorial shows how to install python3-retrying on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-retrying

2. Uninstall "python3-retrying" package

This guide covers the steps necessary to uninstall python3-retrying on openSUSE Leap:

$ sudo zypper remove python3-retrying

3. Information about the python3-retrying package on openSUSE Leap

Information for package python3-retrying:
-----------------------------------------
Repository : Main Repository
Name : python3-retrying
Version : 1.3.3-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 50.3 KiB
Installed : No
Status : not installed
Source package : python-retrying-1.3.3-3.2.1.src
Upstream URL : https://github.com/rholder/retrying
Summary : Retrying
Description :
Retrying is a general-purpose retrying library, written in Python, to
simplify the task of adding retry behavior to just about anything.