How to Install and Uninstall openal-soft.i686 Package on Fedora 38

Last updated: September 23,2024

1. Install "openal-soft.i686" package

In this section, we are going to explain the necessary steps to install openal-soft.i686 on Fedora 38

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

2. Uninstall "openal-soft.i686" package

Please follow the instructions below to uninstall openal-soft.i686 on Fedora 38:

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

3. Information about the openal-soft.i686 package on Fedora 38

Last metadata expiration check: 3:32:17 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : openal-soft
Version : 1.23.1
Release : 1.fc38
Architecture : i686
Size : 602 k
Source : openal-soft-1.23.1-1.fc38.src.rpm
Repository : updates
Summary : Open Audio Library
URL : https://openal-soft.org/
License : LGPL-2.0-or-later AND BSD-3-Clause
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.