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

Last updated: May 18,2024

1. Install "python3-taglib" package

This guide let you learn how to install python3-taglib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-taglib

2. Uninstall "python3-taglib" package

Learn how to uninstall python3-taglib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-taglib
Priority: optional
Section: universe/python
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pytaglib
Version: 0.3.6+dfsg-2build4
Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libtag1v5 (>= 1.9.1-2.4ubuntu1), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/pytaglib/python3-taglib_0.3.6+dfsg-2build4_amd64.deb
Size: 30438
MD5sum: a7932cc5b1618899c67b3250c0f2dfce
SHA1: 0c24bd5b7b5266438924708b941d39a338681f4f
SHA256: fdac426ac098a72639cc39012ce0054d339883a1e14f6ab9d9cac41af228c288
Description-en: Python3 bindings for the TagLib audio metadata library
Pytaglib provides an easy interface to read and write metadata of audio files
in Python. It relies on the TagLib library and thus supports all formats that
are supported by TagLib, which include all relevant formats in use today.
.
Pytaglib allows you to use arbitrary tag names (not only the most common ones
like TITLE, ARTIST, ALBUM, ...) and even define multiple values for the same
tag, as long as the metadata system of the underlying audio file supports that.
Description-md5: 72eb943493e3db266dea548b078db4d8
Homepage: https://pypi.python.org/pypi/pytaglib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu