How to Install and Uninstall python3-mutagen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-mutagen" package

Please follow the guidance below to install python3-mutagen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mutagen

2. Uninstall "python3-mutagen" package

Please follow the guidelines below to uninstall python3-mutagen on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-mutagen $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mutagen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-mutagen
Priority: optional
Section: universe/python
Installed-Size: 474
Maintainer: Ubuntu Developers
Original-Maintainer: Tristan Seligmann
Architecture: all
Source: mutagen
Version: 1.31-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-mutagen-doc
Filename: pool/universe/m/mutagen/python3-mutagen_1.31-1ubuntu1_all.deb
Size: 90650
MD5sum: c680107d7ef65a48042206e35f7bfc88
SHA1: c2ee04169bedb6f02d88a090763dd3fd90390e84
SHA256: c1268f01bd0c66b639cd308add1b7b3cc7444f45a3776f512568be74770bed96
Description-en: audio metadata editing library (Python 3)
Mutagen is a Python module to handle audio metadata. It supports FLAC,
M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
WavPack audio files. All versions of ID3v2 are supported, and all
standard ID3v2.4 frames are parsed. It can read Xing headers to
accurately calculate the bitrate and length of MP3s. ID3 and APEv2
tags can be edited regardless of audio format. It can also manipulate
Ogg streams on an individual packet/page level.
.
This package is built for Python 3.
Description-md5: b5c73118a873f0c5a0c6c81bce55a7e5
Homepage: https://bitbucket.org/lazka/mutagen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu