How to Install and Uninstall openal-soft.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "openal-soft.src" package

In this section, we are going to explain the necessary steps to install openal-soft.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install openal-soft.src

2. Uninstall "openal-soft.src" package

Please follow the guidance below to uninstall openal-soft.src on Oracle Linux 8:

$ sudo dnf remove openal-soft.src $ sudo dnf autoremove

3. Information about the openal-soft.src package on Oracle Linux 8

Last metadata expiration check: 6:18:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : openal-soft
Version : 1.18.2
Release : 7.el8
Architecture : src
Size : 636 k
Source : None
Repository : ol8_appstream
Summary : Open Audio Library
URL : http://kcat.strangesoft.net/openal.html
License : LGPLv2+
Description : OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
: audio API. It's built off of the open-sourced Windows version available
: originally from the SVN repository at openal.org. 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, low-pass filters, and reverb, are available through the
: EFX extension. It also facilitates streaming audio, multi-channel buffers,
: and audio capture.