How to Install and Uninstall python-mutagen.noarch Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "python-mutagen.noarch" package

Learn how to install python-mutagen.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-mutagen.noarch

2. Uninstall "python-mutagen.noarch" package

Please follow the step by step instructions below to uninstall python-mutagen.noarch on Amazon Linux 2:

$ sudo yum remove python-mutagen.noarch $ sudo yum autoremove

3. Information about the python-mutagen.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-mutagen
Arch : noarch
Version : 1.20
Release : 6.amzn2
Size : 174 k
Repo : amzn2-core/2/x86_64
Summary : Mutagen is a Python module to handle audio metadata
URL : http://code.google.com/p/mutagen
License : GPLv2
Description : Mutagen is a Python module to handle audio metadata. 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 bitstreams.