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

Last updated: July 06,2024

1. Install "python312-pip" package

Here is a brief guide to show you how to install python312-pip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pip

2. Uninstall "python312-pip" package

This guide covers the steps necessary to uninstall python312-pip on openSuSE Tumbleweed:

$ sudo zypper remove python312-pip

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

Information for package python312-pip:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pip
Version : 23.3.2-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 14.4 MiB
Installed : No
Status : not installed
Source package : python-pip-23.3.2-3.1.src
Upstream URL : https://pip.pypa.io
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.