How to Install and Uninstall python3-pip-wheel Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-pip-wheel" package

This guide covers the steps necessary to install python3-pip-wheel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pip-wheel

2. Uninstall "python3-pip-wheel" package

Please follow the steps below to uninstall python3-pip-wheel on openSUSE Leap:

$ sudo zypper remove python3-pip-wheel

3. Information about the python3-pip-wheel package on openSUSE Leap

Information for package python3-pip-wheel:
------------------------------------------
Repository : Main Repository
Name : python3-pip-wheel
Version : 20.0.2-150400.20.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python3-pip-wheel-20.0.2-150400.20.1.src
Upstream URL : http://www.pip-installer.org
Summary : A Python package management system
Description :
Pip is a replacement for easy_install. It uses mostly the same techniques for
finding packages, so packages that were made easy_installable should be
pip-installable as well.