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

Last updated: October 05,2024

1. Install "python312-requests-futures" package

This guide covers the steps necessary to install python312-requests-futures on openSuSE Tumbleweed

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

2. Uninstall "python312-requests-futures" package

This is a short guide on how to uninstall python312-requests-futures on openSuSE Tumbleweed:

$ sudo zypper remove python312-requests-futures

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

Information for package python312-requests-futures:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-requests-futures
Version : 1.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 41.5 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.