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

Last updated: May 20,2024

1. Install "python3-pip" package

Learn how to install python3-pip on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pip

2. Uninstall "python3-pip" package

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

$ sudo zypper remove python3-pip

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

Information for package python3-pip:
------------------------------------
Repository : Main Repository
Name : python3-pip
Version : 20.0.2-150400.20.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 9.9 MiB
Installed : No
Status : not installed
Source package : python3-pip-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.