How to Install and Uninstall python36-32bit Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-32bit" package

Learn how to install python36-32bit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-32bit

2. Uninstall "python36-32bit" package

This guide let you learn how to uninstall python36-32bit on openSuSE Tumbleweed:

$ sudo zypper remove python36-32bit

3. Information about the python36-32bit package on openSuSE Tumbleweed

Information for package python36-32bit:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-32bit
Version : 3.6.15-6.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 134,5 KiB
Installed : No
Status : not installed
Source package : python36-3.6.15-6.1.src
Summary : Python 3 Interpreter
Description :
Python 3 is modern interpreted, object-oriented programming language,
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
of Python in the documentation and tutorials included in the python3-doc
package.
This package supplies rich command line features provided by readline,
and sqlite3 support for the interpreter core, thus forming a so called
"extended" runtime.
Installing "python3" is sufficient for the vast majority of usecases.
In addition, recommended packages provide UI toolkit support (python3-curses,
python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE
development environment (python3-idle).