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

Last updated: October 06,2024

1. Install "openal-soft.i686" package

Please follow the steps below to install openal-soft.i686 on Fedora 36

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

2. Uninstall "openal-soft.i686" package

Please follow the guidance below to uninstall openal-soft.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:09:41 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : openal-soft
Version : 1.21.1
Release : 2.fc36
Architecture : i686
Size : 447 k
Source : openal-soft-1.21.1-2.fc36.src.rpm
Repository : fedora
Summary : Open Audio Library
URL : http://openal-soft.org/
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.