How To Install mingw32-libid3tag on Fedora 36

In this tutorial we learn how to install mingw32-libid3tag in Fedora 36. mingw32-libid3tag is ID3 tag manipulation library

Introduction

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

What is mingw32-libid3tag

libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. This is the MinGW version, built for the win32 target.

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

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

sudo dnf -y install mingw32-libid3tag

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

sudo yum -y install mingw32-libid3tag

How To Uninstall mingw32-libid3tag on Fedora 36

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

sudo dnf remove mingw32-libid3tag

mingw32-libid3tag Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libid3tag-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/id3tag.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libid3tag.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/id3tag.pc
/usr/share/doc/mingw32-libid3tag
/usr/share/doc/mingw32-libid3tag/CHANGES
/usr/share/doc/mingw32-libid3tag/CREDITS
/usr/share/doc/mingw32-libid3tag/README
/usr/share/licenses/mingw32-libid3tag
/usr/share/licenses/mingw32-libid3tag/COPYING
/usr/share/licenses/mingw32-libid3tag/COPYRIGHT

References

Summary

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