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

Last updated: June 29,2024

1. Install "python310-retryrequests" package

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

$ sudo zypper refresh $ sudo zypper install python310-retryrequests

2. Uninstall "python310-retryrequests" package

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

$ sudo zypper remove python310-retryrequests

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

Information for package python310-retryrequests:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-retryrequests
Version : 0.2.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 9.8 KiB
Installed : No
Status : not installed
Source package : python-retryrequests-0.2.0-1.6.src
Upstream URL : https://github.com/thombashi/retryrequests
Summary : Extend python requests with exponential back-off retry
Description :
A Python library for HTTP requests using requests package with
exponential back-off retry.