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

Last updated: October 05,2024

1. Install "python310-pygame" package

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

$ sudo zypper refresh $ sudo zypper install python310-pygame

2. Uninstall "python310-pygame" package

This guide let you learn how to uninstall python310-pygame on openSuSE Tumbleweed:

$ sudo zypper remove python310-pygame

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

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