How to Install and Uninstall python3.11-wheel.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3.11-wheel.src" package

In this section, we are going to explain the necessary steps to install python3.11-wheel.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3.11-wheel.src

2. Uninstall "python3.11-wheel.src" package

Please follow the step by step instructions below to uninstall python3.11-wheel.src on Oracle Linux 9:

$ sudo dnf remove python3.11-wheel.src $ sudo dnf autoremove

3. Information about the python3.11-wheel.src package on Oracle Linux 9

Last metadata expiration check: 2:03:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-wheel
Version : 0.38.4
Release : 3.el9
Architecture : src
Size : 77 k
Source : None
Repository : ol9_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.