How to Install and Uninstall python3-PySDL2 Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-PySDL2" package

In this section, we are going to explain the necessary steps to install python3-PySDL2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PySDL2

2. Uninstall "python3-PySDL2" package

Here is a brief guide to show you how to uninstall python3-PySDL2 on openSUSE Leap:

$ sudo zypper remove python3-PySDL2

3. Information about the python3-PySDL2 package on openSUSE Leap

Information for package python3-PySDL2:
---------------------------------------
Repository : Main Repository
Name : python3-PySDL2
Version : 0.9.7-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 MiB
Installed : No
Status : not installed
Source package : python-PySDL2-0.9.7-bp155.2.11.src
Upstream URL : https://github.com/marcusva/py-sdl2
Summary : Python SDL2 bindings
Description :
PySDL2 is a wrapper around the SDL2 library and as such similar to the
discontinued PySDL project. In contrast to PySDL, it has no licensing
restrictions, nor does it rely on C code, but uses ctypes instead.