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

Last updated: January 12,2025

1. Install "python39-wheel.noarch" package

Please follow the step by step instructions below to install python39-wheel.noarch on CentOS Stream 8

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

2. Uninstall "python39-wheel.noarch" package

This guide let you learn how to uninstall python39-wheel.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 2:48:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-wheel
Epoch : 1
Version : 0.35.1
Release : 4.module_el8+639+3fcd10de
Architecture : noarch
Size : 85 k
Source : python-wheel-0.35.1-4.module_el8+639+3fcd10de.src.rpm
Repository : appstream
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.