How to Install and Uninstall python3-requests-futures Package on openSUSE Leap

Last updated: March 29,2024

1. Install "python3-requests-futures" package

Please follow the guidelines below to install python3-requests-futures on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests-futures

2. Uninstall "python3-requests-futures" package

Please follow the guidance below to uninstall python3-requests-futures on openSUSE Leap:

$ sudo zypper remove python3-requests-futures

3. Information about the python3-requests-futures package on openSUSE Leap

Information for package python3-requests-futures:
-------------------------------------------------
Repository : Main Repository
Name : python3-requests-futures
Version : 1.0.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 44.7 KiB
Installed : No
Status : not installed
Source package : python-requests-futures-1.0.0-bp155.2.10.src
Upstream URL : https://github.com/ross/requests-futures
Summary : Asynchronous Python HTTP Requests for Humans using Futures
Description :
Small add-on for the python requests_ http library. Makes use of python 3.2’s
concurrent.futures or the backport for prior versions of python.