How To Install SDL2_mixer on Fedora 36

In this tutorial we learn how to install SDL2_mixer in Fedora 36. SDL2_mixer is Simple DirectMedia Layer - Sample Mixer Library

Introduction

In this tutorial we learn how to install SDL2_mixer on Fedora 36.

What is SDL2_mixer

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

We can use yum or dnf to install SDL2_mixer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_mixer.

Install SDL2_mixer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install SDL2_mixer using dnf by running the following command:

sudo dnf -y install SDL2_mixer

Install SDL2_mixer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install SDL2_mixer using yum by running the following command:

sudo yum -y install SDL2_mixer

How To Uninstall SDL2_mixer on Fedora 36

To uninstall only the SDL2_mixer package we can use the following command:

sudo dnf remove SDL2_mixer

SDL2_mixer Package Contents on Fedora 36

/usr/bin/playmus2
/usr/bin/playwave2
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/e27c1d1ac53c63caf2e3f08486ef069660c0b9
/usr/lib/.build-id/86
/usr/lib/.build-id/86/53d626f9c5d56e6d583daf7629fcf355e87a78
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/317da1d305e62773ede918c5a0ab8ae911b23d
/usr/lib/libSDL2_mixer-2.0.so.0
/usr/lib/libSDL2_mixer-2.0.so.0.2.2
/usr/share/doc/SDL2_mixer
/usr/share/doc/SDL2_mixer/CHANGES.txt
/usr/share/licenses/SDL2_mixer
/usr/share/licenses/SDL2_mixer/COPYING.txt

References

Summary

In this tutorial we learn how to install SDL2_mixer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install SDL2_mixer on Fedora 36” linkTitle: “SDL2_mixer” type: “docs” description: “In this tutorial we learn how to install SDL2_mixer in Fedora 36. SDL2_mixer is Simple DirectMedia Layer - Sample Mixer Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SDL2_mixer-featured.png

Introduction

In this tutorial we learn how to install SDL2_mixer on Fedora 36.

What is SDL2_mixer

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

We can use yum or dnf to install SDL2_mixer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_mixer.

Install SDL2_mixer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install SDL2_mixer using dnf by running the following command:

sudo dnf -y install SDL2_mixer

Install SDL2_mixer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install SDL2_mixer using yum by running the following command:

sudo yum -y install SDL2_mixer

How To Uninstall SDL2_mixer on Fedora 36

To uninstall only the SDL2_mixer package we can use the following command:

sudo dnf remove SDL2_mixer

SDL2_mixer Package Contents on Fedora 36

/usr/bin/playmus2
/usr/bin/playwave2
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/90f45a0ea1d585660b5a70bb14583f92bb05a5
/usr/lib/.build-id/77
/usr/lib/.build-id/77/ba0307cb84a7f9d4ef8883cbe4403968dcae04
/usr/lib/.build-id/85
/usr/lib/.build-id/85/8b00d5b2c562c790fd15dd641904a3d854e948
/usr/lib64/libSDL2_mixer-2.0.so.0
/usr/lib64/libSDL2_mixer-2.0.so.0.2.2
/usr/share/doc/SDL2_mixer
/usr/share/doc/SDL2_mixer/CHANGES.txt
/usr/share/licenses/SDL2_mixer
/usr/share/licenses/SDL2_mixer/COPYING.txt

References

Summary

In this tutorial we learn how to install SDL2_mixer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).