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

Last updated: May 18,2024

1. Install "python3-discid" package

This guide covers the steps necessary to install python3-discid on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-discid

2. Uninstall "python3-discid" package

Here is a brief guide to show you how to uninstall python3-discid on openSUSE Leap:

$ sudo zypper remove python3-discid

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

Information for package python3-discid:
---------------------------------------
Repository : Main Repository
Name : python3-discid
Version : 1.2.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 111.8 KiB
Installed : No
Status : not installed
Source package : python-discid-1.2.0-bp155.2.9.src
Upstream URL : https://github.com/JonnyJD/python-discid
Summary : Python binding of Libdiscid
Description :
Python-discid implements Python bindings for MusicBrainz Libdiscid.
Libdiscid's main purpose is the calculation of an identifier of audio
discs (disc id) to use for the MusicBrainz database.
That identifier is calculated from the TOC of the disc, similar to the
freeDB CDDB identifier. Libdiscid can calculate MusicBrainz Disc IDs and
freeDB Disc IDs.
Additionally the MCN of the disc and ISRCs from the tracks can be extracted.
This module is a close binding that offloads all relevant data
storage and calculation to Libdiscid. On the other hand it gives a
pythonic API and uses objects and exceptions.