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

In this tutorial we learn how to install python-wheel-wheel.noarch in Amazon Linux 2. python-wheel-wheel.noarch is The Python wheel module packaged as a wheel

Introduction

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

What is python-wheel-wheel.noarch

A Python wheel of wheel to use with virtualenv.

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

Install python-wheel-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 python-wheel-wheel.noarch using yum by running the following command:

sudo yum -y install python-wheel-wheel.noarch

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

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

sudo yum remove python-wheel-wheel.noarch

python-wheel-wheel.noarch Package Contents on Amazon Linux 2

/usr/share/licenses/python-wheel-wheel-0.34.2
/usr/share/licenses/python-wheel-wheel-0.34.2/LICENSE.txt
/usr/share/python-wheels
/usr/share/python-wheels/wheel-0.34.2-py2.py3-none-any.whl

References

Summary

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