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

Last updated: May 18,2024

1. Install "python38-wheel.noarch" package

Learn how to install python38-wheel.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python38-wheel.noarch" package

This is a short guide on how to uninstall python38-wheel.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 8:11:27 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python38-wheel
Version : 0.33.6
Release : 5.module_el8.3.0+441+3b561464
Architecture : noarch
Size : 52 k
Source : python-wheel-0.33.6-5.module_el8.3.0+441+3b561464.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.