How to Install and Uninstall python3-wheel.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "python3-wheel.noarch" package

Here is a brief guide to show you how to install python3-wheel.noarch on Fedora 36

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

2. Uninstall "python3-wheel.noarch" package

This guide let you learn how to uninstall python3-wheel.noarch on Fedora 36:

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

3. Information about the python3-wheel.noarch package on Fedora 36

Last metadata expiration check: 5:38:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-wheel
Epoch : 1
Version : 0.37.1
Release : 1.fc36
Architecture : noarch
Size : 72 k
Source : python-wheel-0.37.1-1.fc36.src.rpm
Repository : fedora
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.