How to Install and Uninstall python-requests-futures Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-requests-futures" package

Learn how to install python-requests-futures on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-requests-futures

2. Uninstall "python-requests-futures" package

In this section, we are going to explain the necessary steps to uninstall python-requests-futures on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-requests-futures $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-requests-futures package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-requests-futures
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Ramacher
Architecture: all
Version: 0.9.7-1
Depends: python-concurrent.futures (>= 2.1.3), python-requests (>= 1.2), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-requests-futures/python-requests-futures_0.9.7-1_all.deb
Size: 7404
MD5sum: 6b8511787e0f50068f1dbd5bb19ce6ec
SHA1: d603c1b4cfbcb9732ebb17f6a62bb1e0c98298ec
SHA256: fb43f25915eae53dfcf8f98ba9f3a1cee162929e40cf2c8156bc46abd58cae66
Description-en: library for asynchronous HTTP requests (Python 2)
Requests-futures is a small add-on for python-requests that allows one to
create asynchronous HTTP requests.
.
This package provides the module for Python 2.
Description-md5: 0f92af5b37275811e4f00558390d7c63
Homepage: https://pypi.python.org/pypi/requests-futures
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu