How To Install SDL_mixer on Fedora 36

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

Introduction

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

What is SDL_mixer

A simple multi-channel audio mixer for SDL. It supports 4 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis libraries.

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

Install SDL_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 SDL_mixer using dnf by running the following command:

sudo dnf -y install SDL_mixer

Install SDL_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 SDL_mixer using yum by running the following command:

sudo yum -y install SDL_mixer

How To Uninstall SDL_mixer on Fedora 36

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

sudo dnf remove SDL_mixer

SDL_mixer Package Contents on Fedora 36

/usr/bin/playmus
/usr/bin/playwave
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/f724e2ccd192e58f0edec88477a3f1ef3f890e
/usr/lib/.build-id/69
/usr/lib/.build-id/69/066c0868711eb1bc094c632c6d9cc7be2f3901
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/84624074d0795691000b442ed59f2c5c259079
/usr/lib64/libSDL_mixer-1.2.so.0
/usr/lib64/libSDL_mixer-1.2.so.0.12.0
/usr/share/doc/SDL_mixer
/usr/share/doc/SDL_mixer/CHANGES
/usr/share/doc/SDL_mixer/COPYING
/usr/share/doc/SDL_mixer/README

References

Summary

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


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

Introduction

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

What is SDL_mixer

A simple multi-channel audio mixer for SDL. It supports 4 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis libraries.

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

Install SDL_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 SDL_mixer using dnf by running the following command:

sudo dnf -y install SDL_mixer

Install SDL_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 SDL_mixer using yum by running the following command:

sudo yum -y install SDL_mixer

How To Uninstall SDL_mixer on Fedora 36

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

sudo dnf remove SDL_mixer

SDL_mixer Package Contents on Fedora 36

/usr/bin/playmus
/usr/bin/playwave
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/c21fd820e4ad7eeba7f2c28c5ec5d8f5de1d06
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/100535e039bb32af06eefd5c5722becf94795c
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/cb0d2192454418f5835f38ddc091b3b55491af
/usr/lib/libSDL_mixer-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0.12.0
/usr/share/doc/SDL_mixer
/usr/share/doc/SDL_mixer/CHANGES
/usr/share/doc/SDL_mixer/COPYING
/usr/share/doc/SDL_mixer/README

References

Summary

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