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

Last updated: May 13,2024

1. Install "python2-tagpy" package

Please follow the guidelines below to install python2-tagpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-tagpy

2. Uninstall "python2-tagpy" package

This guide covers the steps necessary to uninstall python2-tagpy on openSUSE Leap:

$ sudo zypper remove python2-tagpy

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

Information for package python2-tagpy:
--------------------------------------
Repository : Main Repository
Name : python2-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.