How to Install and Uninstall openal-soft.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "openal-soft.i686" package

Please follow the guidelines below to install openal-soft.i686 on Rocky Linux 8

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

2. Uninstall "openal-soft.i686" package

Please follow the step by step instructions below to uninstall openal-soft.i686 on Rocky Linux 8:

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

3. Information about the openal-soft.i686 package on Rocky Linux 8

Last metadata expiration check: 0:43:24 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : openal-soft
Version : 1.18.2
Release : 7.el8
Architecture : i686
Size : 405 k
Source : openal-soft-1.18.2-7.el8.src.rpm
Repository : 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.