How to Install and Uninstall python3-wheel.noarch Package on CentOS 8 / RHEL 8

Last updated: April 26,2024

1. Install "python3-wheel.noarch" package

In this section, we are going to explain the necessary steps to install python3-wheel.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-wheel.noarch

2. Uninstall "python3-wheel.noarch" package

Please follow the instructions below to uninstall python3-wheel.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-wheel.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:09:28 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-wheel
Epoch : 1
Version : 0.31.1
Release : 2.module_el8.3.0+562+e162826a
Architecture : noarch
Size : 68 k
Source : python-wheel-0.31.1-2.module_el8.3.0+562+e162826a.src.rpm
Repository : appstream
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.