How To Install mingw32-SDL_mixer on Fedora 36

In this tutorial we learn how to install mingw32-SDL_mixer in Fedora 36. mingw32-SDL_mixer is MinGW Windows port of Simple DirectMedia Layer’s Sample Mixer Library

Introduction

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

What is mingw32-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 library.

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

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

sudo dnf -y install mingw32-SDL_mixer

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

sudo yum -y install mingw32-SDL_mixer

How To Uninstall mingw32-SDL_mixer on Fedora 36

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

sudo dnf remove mingw32-SDL_mixer

mingw32-SDL_mixer Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/SDL_mixer.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/SDL
/usr/i686-w64-mingw32/sys-root/mingw/include/SDL/SDL_mixer.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libSDL_mixer.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/SDL_mixer.pc
/usr/share/doc/mingw32-SDL_mixer
/usr/share/doc/mingw32-SDL_mixer/CHANGES
/usr/share/doc/mingw32-SDL_mixer/COPYING
/usr/share/doc/mingw32-SDL_mixer/README

References

Summary

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