How to Install and Uninstall python311-wxPython Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-wxPython" package

This is a short guide on how to install python311-wxPython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-wxPython

2. Uninstall "python311-wxPython" package

Please follow the step by step instructions below to uninstall python311-wxPython on openSuSE Tumbleweed:

$ sudo zypper remove python311-wxPython

3. Information about the python311-wxPython package on openSuSE Tumbleweed

Information for package python311-wxPython:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-wxPython
Version : 4.2.1-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 48.5 MiB
Installed : No
Status : not installed
Source package : python311-wxPython-4.2.1-4.1.src
Upstream URL : https://github.com/wxWidgets/Phoenix
Summary : The "Phoenix" variant of the wxWidgets Python bindings
Description :
Phoenix is a reimplementation of wxPython. Like the "classic"
wxPython, Phoenix wraps the wxWidgets C++ toolkit and provides access
to the user interface portions of the wxWidgets API, enabling Python
applications to have a GUI on Windows, macOS or Unix-like systems,
with a native look and feel and requiring very little (if any)
platform specific code.