How to Install and Uninstall python2-retryrequests Package on openSUSE Leap

Last updated: July 07,2024

1. Install "python2-retryrequests" package

This is a short guide on how to install python2-retryrequests on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-retryrequests

2. Uninstall "python2-retryrequests" package

Please follow the steps below to uninstall python2-retryrequests on openSUSE Leap:

$ sudo zypper remove python2-retryrequests

3. Information about the python2-retryrequests package on openSUSE Leap

Information for package python2-retryrequests:
----------------------------------------------
Repository : Main Repository
Name : python2-retryrequests
Version : 0.0.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 10,4 KiB
Installed : No
Status : not installed
Source package : python-retryrequests-0.0.3-bp153.1.15.src
Summary : Extend python requests with exponential back-off retry
Description :
A Python library for HTTP requests using requests package with
exponential back-off retry.