How To Install mingw32-libvorbis on Fedora 36

In this tutorial we learn how to install mingw32-libvorbis in Fedora 36. mingw32-libvorbis is MinGW Windows libvorbis library

Introduction

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

What is mingw32-libvorbis

Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. This package contains the MinGW Windows cross compiled libvorbis library.

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

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

sudo dnf -y install mingw32-libvorbis

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

sudo yum -y install mingw32-libvorbis

How To Uninstall mingw32-libvorbis on Fedora 36

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

sudo dnf remove mingw32-libvorbis

mingw32-libvorbis Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libvorbis-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libvorbisenc-2.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libvorbisfile-3.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/vorbis
/usr/i686-w64-mingw32/sys-root/mingw/include/vorbis/codec.h
/usr/i686-w64-mingw32/sys-root/mingw/include/vorbis/vorbisenc.h
/usr/i686-w64-mingw32/sys-root/mingw/include/vorbis/vorbisfile.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libvorbis.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libvorbisenc.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libvorbisfile.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/vorbis.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/vorbisenc.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/vorbisfile.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/aclocal/vorbis.m4
/usr/share/licenses/mingw32-libvorbis
/usr/share/licenses/mingw32-libvorbis/COPYING

References

Summary

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