How to Install and Uninstall python3-taglib Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-taglib" package

This tutorial shows how to install python3-taglib on Kali Linux

$ sudo apt update $ sudo apt install python3-taglib

2. Uninstall "python3-taglib" package

This guide let you learn how to uninstall python3-taglib on Kali Linux:

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

3. Information about the python3-taglib package on Kali Linux

Package: python3-taglib
Source: pytaglib
Version: 2.1.0-2
Installed-Size: 227
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libtag1v5 (>= 1.9.1-2.2~)
Size: 59372
SHA256: 6bdd0a9822633c594a9deed8e662243244a3ad0b9466bd284a4555b53f0f593b
SHA1: 241daf9ac7a4b14c0806a2de6768e24c3851b1c5
MD5sum: f78c407e810c8387d4520ab789c1c135
Description: 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:
Homepage: https://github.com/supermihi/pytaglib
Section: python
Priority: optional
Filename: pool/main/p/pytaglib/python3-taglib_2.1.0-2_amd64.deb