How To Install python2-wheel.noarch on Amazon Linux 2

In this tutorial we learn how to install python2-wheel.noarch in Amazon Linux 2. python2-wheel.noarch is Built-package format for Python

Introduction

In this tutorial we learn how to install python2-wheel.noarch on Amazon Linux 2.

What is python2-wheel.noarch

A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Python 2 version.

We can use yum to install python2-wheel.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python2-wheel.noarch.

Install python2-wheel.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python2-wheel.noarch using yum by running the following command:

sudo yum -y install python2-wheel.noarch

How To Uninstall python2-wheel.noarch on Amazon Linux 2

To uninstall only the python2-wheel.noarch package we can use the following command:

sudo yum remove python2-wheel.noarch

python2-wheel.noarch Package Contents on Amazon Linux 2

/usr/bin/wheel
/usr/bin/wheel-2
/usr/bin/wheel-2.7
/usr/lib/python2.7/site-packages/wheel
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/wheel-0.34.2-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/wheel/__init__.py
/usr/lib/python2.7/site-packages/wheel/__init__.pyc
/usr/lib/python2.7/site-packages/wheel/__init__.pyo
/usr/lib/python2.7/site-packages/wheel/__main__.py
/usr/lib/python2.7/site-packages/wheel/__main__.pyc
/usr/lib/python2.7/site-packages/wheel/__main__.pyo
/usr/lib/python2.7/site-packages/wheel/bdist_wheel.py
/usr/lib/python2.7/site-packages/wheel/bdist_wheel.pyc
/usr/lib/python2.7/site-packages/wheel/bdist_wheel.pyo
/usr/lib/python2.7/site-packages/wheel/cli
/usr/lib/python2.7/site-packages/wheel/cli/__init__.py
/usr/lib/python2.7/site-packages/wheel/cli/__init__.pyc
/usr/lib/python2.7/site-packages/wheel/cli/__init__.pyo
/usr/lib/python2.7/site-packages/wheel/cli/convert.py
/usr/lib/python2.7/site-packages/wheel/cli/convert.pyc
/usr/lib/python2.7/site-packages/wheel/cli/convert.pyo
/usr/lib/python2.7/site-packages/wheel/cli/pack.py
/usr/lib/python2.7/site-packages/wheel/cli/pack.pyc
/usr/lib/python2.7/site-packages/wheel/cli/pack.pyo
/usr/lib/python2.7/site-packages/wheel/cli/unpack.py
/usr/lib/python2.7/site-packages/wheel/cli/unpack.pyc
/usr/lib/python2.7/site-packages/wheel/cli/unpack.pyo
/usr/lib/python2.7/site-packages/wheel/macosx_libfile.py
/usr/lib/python2.7/site-packages/wheel/macosx_libfile.pyc
/usr/lib/python2.7/site-packages/wheel/macosx_libfile.pyo
/usr/lib/python2.7/site-packages/wheel/metadata.py
/usr/lib/python2.7/site-packages/wheel/metadata.pyc
/usr/lib/python2.7/site-packages/wheel/metadata.pyo
/usr/lib/python2.7/site-packages/wheel/pep425tags.py
/usr/lib/python2.7/site-packages/wheel/pep425tags.pyc
/usr/lib/python2.7/site-packages/wheel/pep425tags.pyo
/usr/lib/python2.7/site-packages/wheel/pkginfo.py
/usr/lib/python2.7/site-packages/wheel/pkginfo.pyc
/usr/lib/python2.7/site-packages/wheel/pkginfo.pyo
/usr/lib/python2.7/site-packages/wheel/util.py
/usr/lib/python2.7/site-packages/wheel/util.pyc
/usr/lib/python2.7/site-packages/wheel/util.pyo
/usr/lib/python2.7/site-packages/wheel/wheelfile.py
/usr/lib/python2.7/site-packages/wheel/wheelfile.pyc
/usr/lib/python2.7/site-packages/wheel/wheelfile.pyo
/usr/share/doc/python2-wheel-0.34.2
/usr/share/doc/python2-wheel-0.34.2/README.rst
/usr/share/licenses/python2-wheel-0.34.2
/usr/share/licenses/python2-wheel-0.34.2/LICENSE.txt

References

Summary

In this tutorial we learn how to install python2-wheel.noarch on Amazon Linux 2 using yum.