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

Last updated: October 13,2024

1. Install "python3-mutagen.noarch" package

This tutorial shows how to install python3-mutagen.noarch on Rocky Linux 9

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

2. Uninstall "python3-mutagen.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-mutagen.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:04:21 ago on Fri Feb 16 06:49:52 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.