How to Install and Uninstall python311-wheel Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-wheel" package
This tutorial shows how to install python311-wheel on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-wheel
Copied
2. Uninstall "python311-wheel" package
Please follow the step by step instructions below to uninstall python311-wheel on openSUSE Leap:
$
sudo zypper remove
python311-wheel
Copied
3. Information about the python311-wheel package on openSUSE Leap
Information for package python311-wheel:
----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-wheel
Version : 0.40.0-150400.13.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 558.3 KiB
Installed : No
Status : not installed
Source package : python-wheel-0.40.0-150400.13.3.9.src
Upstream URL : https://github.com/pypa/wheel
Summary : A built-package format for Python
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. Many packages will be properly installed with only the "Unpack"
step (simply extracting the file onto sys.path), and the unpacked archive
preserves enough information to "Spread" (copy data and scripts to their
final locations) at any later time.
----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-wheel
Version : 0.40.0-150400.13.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 558.3 KiB
Installed : No
Status : not installed
Source package : python-wheel-0.40.0-150400.13.3.9.src
Upstream URL : https://github.com/pypa/wheel
Summary : A built-package format for Python
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. Many packages will be properly installed with only the "Unpack"
step (simply extracting the file onto sys.path), and the unpacked archive
preserves enough information to "Spread" (copy data and scripts to their
final locations) at any later time.