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

Last updated: June 21,2024

1. Install "python310-wxPython" package

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

$ sudo zypper refresh $ sudo zypper install python310-wxPython

2. Uninstall "python310-wxPython" package

In this section, we are going to explain the necessary steps to uninstall python310-wxPython on openSuSE Tumbleweed:

$ sudo zypper remove python310-wxPython

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

Information for package python310-wxPython:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-wxPython
Version : 4.2.1-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 44.3 MiB
Installed : No
Status : not installed
Source package : python310-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.