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

Last updated: July 07,2024

1. Install "python312-pygame" package

This tutorial shows how to install python312-pygame on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pygame

2. Uninstall "python312-pygame" package

Please follow the steps below to uninstall python312-pygame on openSuSE Tumbleweed:

$ sudo zypper remove python312-pygame

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

Information for package python312-pygame:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pygame
Version : 2.5.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 16.5 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.