How to Install and Uninstall python3-tagpy Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-tagpy" package

Here is a brief guide to show you how to install python3-tagpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tagpy

2. Uninstall "python3-tagpy" package

This guide let you learn how to uninstall python3-tagpy on openSUSE Leap:

$ sudo zypper remove python3-tagpy

3. Information about the python3-tagpy package on openSUSE Leap

Information for package python3-tagpy:
--------------------------------------
Repository : Main Repository
Name : python3-tagpy
Version : 2013.1-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,2 MiB
Installed : No
Status : not installed
Source package : python-tagpy-2013.1-bp153.1.17.src
Summary : Python Bindings for TagLib
Description :
TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds upon
Boost.Python, a wrapper generation library which is part of the renowned Boost
set of C++ libraries.
Just like TagLib, TagPy can:
* read and write ID3 tags of version 1 and 2, with many supported frame types
for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC),
* access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
* access APE tags in Musepack and MP3 files.
All these features have their own specific interfaces, but TagLib's generic tag
reading and writing mechanism is also supported.