How to Install and Uninstall python3.12-wheel.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "python3.12-wheel.noarch" package

Please follow the step by step instructions below to install python3.12-wheel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3.12-wheel.noarch

2. Uninstall "python3.12-wheel.noarch" package

This is a short guide on how to uninstall python3.12-wheel.noarch on CentOS Stream 9:

$ sudo dnf remove python3.12-wheel.noarch $ sudo dnf autoremove

3. Information about the python3.12-wheel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:37:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-wheel
Version : 0.41.2
Release : 3.el9
Architecture : noarch
Size : 166 k
Source : python3.12-wheel-0.41.2-3.el9.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.