How to Install and Uninstall python Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "python" package

This guide let you learn how to install python on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python

2. Uninstall "python" package

This guide let you learn how to uninstall python on openSuSE Tumbleweed:

$ sudo zypper remove python

3. Information about the python package on openSuSE Tumbleweed

Information for package python:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python
Version : 2.7.18-43.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-2.7.18-43.1.src
Upstream URL : https://www.python.org/
Summary : Python Interpreter
Description :
Python is an interpreted, object-oriented programming language, and is
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
of Python in the documentation and tutorials included in the python-doc
(HTML) or python-doc-pdf (PDF) packages.
If you want to install third party modules using distutils, you need to
install python-devel package.