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

Last updated: June 29,2024

1. Install "python39-wheel.noarch" package

Please follow the instructions below to install python39-wheel.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python39-wheel.noarch" package

Please follow the step by step instructions below to uninstall python39-wheel.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:04:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-wheel
Epoch : 1
Version : 0.35.1
Release : 4.module+el8.9.0+19644+d68f775d
Architecture : noarch
Size : 74 k
Source : python-wheel-0.35.1-4.module+el8.9.0+19644+d68f775d.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Built-package format for Python
URL : https://github.com/pypa/wheel
License : MIT and (ASL 2.0 or BSD)
Description : Wheel is the reference implementation of the Python wheel packaging standard,
: as defined in PEP 427.
:
: It has two different roles:
:
: 1. A setuptools extension for building wheels that provides the bdist_wheel
: setuptools command.
: 2. A command line tool for working with wheel files.