How to Install and Uninstall python-requests-futures.noarch Package on Fedora 34

Last updated: April 28,2024

1. Install "python-requests-futures.noarch" package

Please follow the guidance below to install python-requests-futures.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python-requests-futures.noarch

2. Uninstall "python-requests-futures.noarch" package

This tutorial shows how to uninstall python-requests-futures.noarch on Fedora 34:

$ sudo dnf remove python-requests-futures.noarch $ sudo dnf autoremove

3. Information about the python-requests-futures.noarch package on Fedora 34

Last metadata expiration check: 2:12:17 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python-requests-futures
Version : 1.0.0
Release : 7.fc34
Architecture : noarch
Size : 18 k
Source : python-requests-futures-1.0.0-7.fc34.src.rpm
Repository : fedora
Summary : Asynchronous Python HTTP Requests
URL : https://github.com/ross/requests-futures
License : ASL 2.0
Description : Small add-on for the Python requests http library. Makes use of Python 3.2’s
: concurrent.futures or the back-port for prior versions of Python.