How to Install and Uninstall python39-wheel.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python39-wheel.noarch" package

This tutorial shows how to install python39-wheel.noarch on Rocky Linux 8

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

2. Uninstall "python39-wheel.noarch" package

Please follow the guidelines below to uninstall python39-wheel.noarch on Rocky Linux 8:

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

3. Information about the python39-wheel.noarch package on Rocky Linux 8

Last metadata expiration check: 1:39:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python39-wheel
Epoch : 1
Version : 0.35.1
Release : 4.module+el8.5.0+673+10283621
Architecture : noarch
Size : 73 k
Source : python-wheel-0.35.1-4.module+el8.5.0+673+10283621.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.