How to Install and Uninstall python310-requests-futures Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python310-requests-futures" package

Learn how to install python310-requests-futures on openSuSE Tumbleweed

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

2. Uninstall "python310-requests-futures" package

Learn how to uninstall python310-requests-futures on openSuSE Tumbleweed:

$ sudo zypper remove python310-requests-futures

3. Information about the python310-requests-futures package on openSuSE Tumbleweed

Information for package python310-requests-futures:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-requests-futures
Version : 1.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 39.8 KiB
Installed : No
Status : not installed
Source package : python-requests-futures-1.0.1-1.4.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.