How to Install and Uninstall SDL2_sound.i686 Package on Fedora 36

Last updated: May 04,2024

1. Install "SDL2_sound.i686" package

Please follow the guidance below to install SDL2_sound.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install SDL2_sound.i686

2. Uninstall "SDL2_sound.i686" package

Learn how to uninstall SDL2_sound.i686 on Fedora 36:

$ sudo dnf remove SDL2_sound.i686 $ sudo dnf autoremove

3. Information about the SDL2_sound.i686 package on Fedora 36

Last metadata expiration check: 3:33:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : SDL2_sound
Version : 2.0.1
Release : 2.fc36
Architecture : i686
Size : 218 k
Source : SDL2_sound-2.0.1-2.fc36.src.rpm
Repository : updates
Summary : An abstract soundfile decoder library
URL : http://www.icculus.org/SDL_sound
License : zlib and LGPLv2+
Description : SDL_sound is a library that handles the decoding of several popular sound
: file formats, such as .WAV and .OGG. It is meant to make the programmer's
: sound playback tasks simpler. The programmer gives SDL_sound a filename,
: or feeds it data directly from one of many sources, and then reads the
: decoded waveform data back at her leisure. If resource constraints are a
: concern, SDL_sound can process sound data in programmer-specified blocks.
: Alternately, SDL_sound can decode a whole sound file and hand back a
: single pointer to the whole waveform. SDL_sound can also handle sample
: rate, audio format, and channel conversion on-the-fly and
: behind-the-scenes, if the programmer desires.