How to Install and Uninstall python2-wheel.noarch Package on Amazon Linux 2

Last updated: February 05,2025

1. Install "python2-wheel.noarch" package

Learn how to install python2-wheel.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python2-wheel.noarch

2. Uninstall "python2-wheel.noarch" package

This guide let you learn how to uninstall python2-wheel.noarch on Amazon Linux 2:

$ sudo yum remove python2-wheel.noarch $ sudo yum autoremove

3. Information about the python2-wheel.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python2-wheel
Arch : noarch
Epoch : 1
Version : 0.34.2
Release : 1.amzn2.0.1
Size : 55 k
Repo : amzn2-core/2/x86_64
Summary : Built-package format for Python
URL : https://github.com/pypa/wheel
License : MIT
Description : 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.