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

Last updated: October 06,2024

1. Install "python3-wheel.noarch" package

Please follow the step by step instructions below to install python3-wheel.noarch on Fedora 35

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

2. Uninstall "python3-wheel.noarch" package

Here is a brief guide to show you how to uninstall python3-wheel.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:50:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-wheel
Epoch : 1
Version : 0.36.2
Release : 5.fc35
Architecture : noarch
Size : 71 k
Source : python-wheel-0.36.2-5.fc35.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.