How to Install and Uninstall python3-mutagen.noarch Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "python3-mutagen.noarch" package

Please follow the steps below to install python3-mutagen.noarch on AlmaLinux 9

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

2. Uninstall "python3-mutagen.noarch" package

Here is a brief guide to show you how to uninstall python3-mutagen.noarch on AlmaLinux 9:

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

3. Information about the python3-mutagen.noarch package on AlmaLinux 9

Last metadata expiration check: 1:54:01 ago on Wed Mar 13 07:41:12 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.