How to Install and Uninstall python-requests-futures.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

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

Please follow the instructions below to install python-requests-futures.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ 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 Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python-requests-futures.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:41:36 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python-requests-futures
Version : 1.0.0
Release : 2.el8
Architecture : noarch
Size : 17 k
Source : python-requests-futures-1.0.0-2.el8.src.rpm
Repository : epel
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.