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

Last updated: May 11,2024

1. Install "libSDL_sound-devel" package

Here is a brief guide to show you how to install libSDL_sound-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libSDL_sound-devel

2. Uninstall "libSDL_sound-devel" package

In this section, we are going to explain the necessary steps to uninstall libSDL_sound-devel on openSUSE Leap:

$ sudo zypper remove libSDL_sound-devel

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

Information for package libSDL_sound-devel:
-------------------------------------------
Repository : Main Repository
Name : libSDL_sound-devel
Version : 1.0.3-bp153.1.57
Arch : x86_64
Vendor : openSUSE
Installed Size : 60,6 KiB
Installed : No
Status : not installed
Source package : SDL_sound-1.0.3-bp153.1.57.src
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.