How to Install and Uninstall mingw32-id3lib.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "mingw32-id3lib.noarch" package

This tutorial shows how to install mingw32-id3lib.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-id3lib.noarch

2. Uninstall "mingw32-id3lib.noarch" package

Please follow the steps below to uninstall mingw32-id3lib.noarch on Fedora 36:

$ sudo dnf remove mingw32-id3lib.noarch $ sudo dnf autoremove

3. Information about the mingw32-id3lib.noarch package on Fedora 36

Last metadata expiration check: 4:58:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-id3lib
Version : 3.8.3
Release : 48.fc36
Architecture : noarch
Size : 227 k
Source : mingw-id3lib-3.8.3-48.fc36.src.rpm
Repository : fedora
Summary : Library for manipulating ID3v1 and ID3v2 tags
URL : http://www.id3lib.sourceforge.net/
License : LGPLv2+
Description : This package provides a software library for manipulating ID3v1 and
: ID3v2 tags. It provides a convenient interface for software developers
: to include standards-compliant ID3v1/2 tagging capabilities in their
: applications. Features include identification of valid tags, automatic
: size conversions, (re)synchronisation of tag frames, seamless tag
: (de)compression, and optional padding facilities. Additionally, it can
: tell mp3 header info, like bitrate etc.
: This is the MinGW version, built for the win32 target.