How to Install and Uninstall openal-soft Package on openSUSE Leap

Last updated: May 21,2024

1. Install "openal-soft" package

Please follow the guidelines below to install openal-soft on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install openal-soft

2. Uninstall "openal-soft" package

Please follow the guidance below to uninstall openal-soft on openSUSE Leap:

$ sudo zypper remove openal-soft

3. Information about the openal-soft package on openSUSE Leap

Information for package openal-soft:
------------------------------------
Repository : Main Repository
Name : openal-soft
Version : 1.17.2-3.7.41
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 193.8 KiB
Installed : No
Status : not installed
Source package : openal-soft-1.17.2-3.7.41.src
Upstream URL : http://www.openal-soft.org/
Summary : OpenAL Soft
Description :
OpenAL is an audio library designed in the spirit of OpenGL--machine
independent, cross platform, and data format neutral with a clean,
simple C-based API.
OpenAL provides capabilities for playing audio in a virtual 3D
environment. Distance attenuation, doppler shift, and directional
sound emitters are among the features handled by the API. More
advanced effects, including air absorption, occlusion, and
environmental reverb, are available through the EFX extension. It
also facilitates streaming audio, multi-channel buffers, and audio
capture.
OpenAL Soft is an LGPL-licensed, cross-platform, software
implementation of the OpenAL API.