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

Last updated: April 29,2024

1. Install "python38-requests-futures" package

This is a short guide on how to install python38-requests-futures on openSuSE Tumbleweed

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

2. Uninstall "python38-requests-futures" package

Please follow the instructions below to uninstall python38-requests-futures on openSuSE Tumbleweed:

$ sudo zypper remove python38-requests-futures

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

Information for package python38-requests-futures:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-requests-futures
Version : 1.0.0-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 42,7 KiB
Installed : No
Status : not installed
Source package : python-requests-futures-1.0.0-2.8.src
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.