How to Install and Uninstall python2-futures.noarch Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "python2-futures.noarch" package
This guide covers the steps necessary to install python2-futures.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python2-futures.noarch
Copied
2. Uninstall "python2-futures.noarch" package
This tutorial shows how to uninstall python2-futures.noarch on Amazon Linux 2:
$
sudo yum remove
python2-futures.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python2-futures.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python2-futures
Arch : noarch
Version : 3.0.5
Release : 1.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
Summary : Backport of the concurrent.futures package from Python 3.2
URL : https://github.com/agronholm/pythonfutures
License : BSD
Description : The concurrent.futures module provides a high-level interface for
: asynchronously executing callables.
Available Packages
Name : python2-futures
Arch : noarch
Version : 3.0.5
Release : 1.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
Summary : Backport of the concurrent.futures package from Python 3.2
URL : https://github.com/agronholm/pythonfutures
License : BSD
Description : The concurrent.futures module provides a high-level interface for
: asynchronously executing callables.