How to Install and Uninstall python3-mutagen.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-mutagen.noarch" package

Please follow the guidance below to install python3-mutagen.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-mutagen.noarch

2. Uninstall "python3-mutagen.noarch" package

This is a short guide on how to uninstall python3-mutagen.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-mutagen.noarch $ sudo dnf autoremove

3. Information about the python3-mutagen.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:11:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-mutagen
Version : 1.45.1
Release : 8.el9
Architecture : noarch
Size : 358 k
Source : python-mutagen-1.45.1-8.el9.src.rpm
Repository : epel
Summary : Mutagen is a Python module to handle audio meta-data
URL : https://github.com/quodlibet/mutagen
License : GPL-2.0-or-later AND MIT
Description : Mutagen is a Python module to handle audio meta-data. It supports
: reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
: It can write ID3v1.1, ID3v2.4, APEv2, FLAC, and Ogg Vorbis/FLAC/Theora
: comments. It can also read MPEG audio and Xing headers, FLAC stream
: info blocks, and Ogg Vorbis/FLAC/Theora stream headers. Finally, it
: includes a module to handle generic Ogg bit-streams.
:
: Python 3 version.