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

In this tutorial we learn how to install python-pip-wheel.noarch in Amazon Linux 2. python-pip-wheel.noarch is The pip wheel

Introduction

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

What is python-pip-wheel.noarch

A Python wheel of pip to use with venv.

We can use yum to install python-pip-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-pip-wheel.noarch.

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

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

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

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

sudo yum remove python-pip-wheel.noarch

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

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

References

Summary

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