How to Install and Uninstall python36-wheel Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python36-wheel" package

Learn how to install python36-wheel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-wheel

2. Uninstall "python36-wheel" package

This guide covers the steps necessary to uninstall python36-wheel on openSuSE Tumbleweed:

$ sudo zypper remove python36-wheel

3. Information about the python36-wheel package on openSuSE Tumbleweed

Information for package python36-wheel:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-wheel
Version : 0.36.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 250,2 KiB
Installed : No
Status : not installed
Source package : python-wheel-0.36.2-2.1.src
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.