How to Install and Uninstall SDL2_sound-devel Package on openSUSE Leap

Last updated: June 29,2024

1. Install "SDL2_sound-devel" package

Please follow the steps below to install SDL2_sound-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install SDL2_sound-devel

2. Uninstall "SDL2_sound-devel" package

Please follow the guidelines below to uninstall SDL2_sound-devel on openSUSE Leap:

$ sudo zypper remove SDL2_sound-devel

3. Information about the SDL2_sound-devel package on openSUSE Leap

Information for package SDL2_sound-devel:
-----------------------------------------
Repository : Main Repository
Name : SDL2_sound-devel
Version : 2.0.1.g17-bp155.1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 49.8 KiB
Installed : No
Status : not installed
Source package : SDL2_sound-2.0.1.g17-bp155.1.9.src
Upstream URL : http://icculus.org/SDL_sound/
Summary : Development files for the SDL sound sample library
Description :
SDL_sound is a library that handles the decoding of several popular
sound file formats, such as wav, ogg mp3 and midi. SDL_sound can just
play a file or alternatively decode a file and hand back a single
pointer to the waveform. SDL_sound also can handle channel conversion
on-the-fly and behind-the-scenes.