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

Last updated: May 10,2024

1. Install "python36-pip" package

Please follow the step by step instructions below to install python36-pip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pip

2. Uninstall "python36-pip" package

Please follow the instructions below to uninstall python36-pip on openSuSE Tumbleweed:

$ sudo zypper remove python36-pip

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

Information for package python36-pip:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pip
Version : 20.2.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 10,4 MiB
Installed : No
Status : not installed
Source package : python-pip-20.2.4-2.1.src
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.