How to Install and Uninstall python38-wheel.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python38-wheel.noarch" package

This tutorial shows how to install python38-wheel.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python38-wheel.noarch" package

Learn how to uninstall python38-wheel.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python38-wheel.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:56:25 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-wheel
Version : 0.33.6
Release : 6.module+el8.9.0+19592+4b459c9b
Architecture : noarch
Size : 53 k
Source : python-wheel-0.33.6-6.module+el8.9.0+19592+4b459c9b.src.rpm
Repository : ubi-8-appstream-rpms
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.