How to Install and Uninstall python38-wheel.noarch Package on AlmaLinux 8

Last updated: November 24,2024

1. Install "python38-wheel.noarch" package

Please follow the guidelines below to install python38-wheel.noarch on AlmaLinux 8

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

2. Uninstall "python38-wheel.noarch" package

Please follow the guidance below to uninstall python38-wheel.noarch on AlmaLinux 8:

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

3. Information about the python38-wheel.noarch package on AlmaLinux 8

Last metadata expiration check: 1:48:33 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python38-wheel
Version : 0.33.6
Release : 6.module_el8.6.0+2778+cd494b30
Architecture : noarch
Size : 51 k
Source : python-wheel-0.33.6-6.module_el8.6.0+2778+cd494b30.src.rpm
Repository : appstream
Summary : Built-package format for Python
URL : https://github.com/pypa/wheel
License : MIT
Description : A built-package format for Python.
:
: A wheel is a ZIP-format archive with a specially formatted filename and the
: .whl extension. It is designed to contain all the files for a PEP 376
: compatible install in a way that is very close to the on-disk format.
:
: Python 3 version.