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

Last updated: June 18,2024

1. Install "python311-pygame" package

Please follow the guidelines below to install python311-pygame on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pygame

2. Uninstall "python311-pygame" package

Please follow the guidelines below to uninstall python311-pygame on openSuSE Tumbleweed:

$ sudo zypper remove python311-pygame

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

Information for package python311-pygame:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pygame
Version : 2.5.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 16.8 MiB
Installed : No
Status : not installed
Source package : python-pygame-2.5.2-2.1.src
Upstream URL : https://github.com/pygame/pygame
Summary : A Python Module for Interfacing with the SDL Multimedia Library
Description :
Pygame is a Python wrapper module for the SDL multimedia library. It
contains Python functions and classes that allow you to use SDL's
support for playing CD-ROMs, audio and video output, and keyboard,
mouse and joystick input. Pygame also includes support for the
Numerical Python extension. Pygame is the successor to the pySDL
wrapper project, written by Mark Baker.