How To Install mingw32-opusfile on Fedora 36

In this tutorial we learn how to install mingw32-opusfile in Fedora 36. mingw32-opusfile is A high-level API for decoding and seeking within .opus files

Introduction

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

What is mingw32-opusfile

libopusfile provides a high-level API for decoding and seeking within .opus files. It includes * Support for all files with at least one Opus stream (including multichannel files or Ogg files where Opus is muxed with something else). * Full support, including seeking, for chained files. * A simple stereo downmixing API (allowing chained files to be decoded with a single output format, even if the channel count changes). * Support for reading from a file, memory buffer, or over HTTP(S) (including seeking). * Support for both random access and streaming data sources. This is the MinGW version, built for the win32 target.

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

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

sudo dnf -y install mingw32-opusfile

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

sudo yum -y install mingw32-opusfile

How To Uninstall mingw32-opusfile on Fedora 36

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

sudo dnf remove mingw32-opusfile

mingw32-opusfile Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libopusfile-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libopusurl-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/opus/opusfile.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libopusfile.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libopusurl.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/opusfile.pc
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/opusurl.pc
/usr/share/doc/mingw32-opusfile
/usr/share/doc/mingw32-opusfile/AUTHORS
/usr/share/doc/mingw32-opusfile/README.md
/usr/share/licenses/mingw32-opusfile
/usr/share/licenses/mingw32-opusfile/COPYING

References

Summary

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