How to Install and Uninstall python39-PySDL2 Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python39-PySDL2" package

Please follow the guidelines below to install python39-PySDL2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PySDL2

2. Uninstall "python39-PySDL2" package

Please follow the step by step instructions below to uninstall python39-PySDL2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-PySDL2

3. Information about the python39-PySDL2 package on openSuSE Tumbleweed

Information for package python39-PySDL2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PySDL2
Version : 0.9.16-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 4.8 MiB
Installed : No
Status : not installed
Source package : python-PySDL2-0.9.16-3.1.src
Upstream URL : https://github.com/py-sdl/py-sdl2
Summary : Python ctypes wrapper around SDL2
Description :
PySDL2 is a pure Python wrapper around the SDL2, SDL2_mixer, SDL2_image,
SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C code, it uses
the built-in ctypes module to interface with SDL2, and provides simple
Python classes and wrappers for common SDL2 functionality.