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

Last updated: October 07,2024

1. Install "python3-wheel.noarch" package

This tutorial shows how to install python3-wheel.noarch on Fedora 34

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

2. Uninstall "python3-wheel.noarch" package

Please follow the guidelines below to uninstall python3-wheel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:28:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-wheel
Epoch : 1
Version : 0.36.2
Release : 2.fc34
Architecture : noarch
Size : 72 k
Source : python-wheel-0.36.2-2.fc34.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.