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

Last updated: May 06,2024

1. Install "python38-wheel.noarch" package

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

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

2. Uninstall "python38-wheel.noarch" package

Please follow the guidance below to uninstall python38-wheel.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 3:06:15 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python38-wheel
Version : 0.33.6
Release : 6.module_el8+615+cf6008ae
Architecture : noarch
Size : 61 k
Source : python-wheel-0.33.6-6.module_el8+615+cf6008ae.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.