How to Install and Uninstall SDL_sound.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "SDL_sound.x86_64" package

Learn how to install SDL_sound.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install SDL_sound.x86_64

2. Uninstall "SDL_sound.x86_64" package

This guide covers the steps necessary to uninstall SDL_sound.x86_64 on Fedora 34:

$ sudo dnf remove SDL_sound.x86_64 $ sudo dnf autoremove

3. Information about the SDL_sound.x86_64 package on Fedora 34

Last metadata expiration check: 1:16:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : SDL_sound
Version : 1.0.3
Release : 27.fc34
Architecture : x86_64
Size : 113 k
Source : SDL_sound-1.0.3-27.fc34.src.rpm
Repository : fedora
Summary : Library handling decoding of several popular sound file formats
URL : http://www.icculus.org/SDL_sound
License : 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.