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

Last updated: November 27,2024

1. Install "python3-wheel.noarch" package

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

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

2. Uninstall "python3-wheel.noarch" package

Please follow the step by step instructions below to uninstall python3-wheel.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-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 3 version.