How To Install mingw64-SDL_mixer on Fedora 36

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

Introduction

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

What is mingw64-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 mingw64-SDL_mixer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-SDL_mixer.

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

sudo dnf -y install mingw64-SDL_mixer

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

sudo yum -y install mingw64-SDL_mixer

How To Uninstall mingw64-SDL_mixer on Fedora 36

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

sudo dnf remove mingw64-SDL_mixer

mingw64-SDL_mixer Package Contents on Fedora 36

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

References

Summary

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