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

Last updated: December 23,2024

1. Install "python3-pygame" package

Please follow the guidelines below to install python3-pygame on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pygame

2. Uninstall "python3-pygame" package

This guide covers the steps necessary to uninstall python3-pygame on openSUSE Leap:

$ sudo zypper remove python3-pygame

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

Information for package python3-pygame:
---------------------------------------
Repository : Main Repository
Name : python3-pygame
Version : 1.9.6-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.2 MiB
Installed : No
Status : not installed
Source package : python-pygame-1.9.6-bp155.2.14.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.