How To Install libdiscid on Fedora 36

In this tutorial we learn how to install libdiscid in Fedora 36. libdiscid is C Library for creating MusicBrainz DiscIDs

Introduction

In this tutorial we learn how to install libdiscid on Fedora 36.

What is libdiscid

This C library libdiscid creates MusicBrainz DiscIDs from audio CDs. It reads the table of contents (TOC) of a CD and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database.

We can use yum or dnf to install libdiscid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdiscid.

Install libdiscid on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libdiscid using dnf by running the following command:

sudo dnf -y install libdiscid

Install libdiscid on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdiscid using yum by running the following command:

sudo yum -y install libdiscid

How To Uninstall libdiscid on Fedora 36

To uninstall only the libdiscid package we can use the following command:

sudo dnf remove libdiscid

libdiscid Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/172540edc3ed976801264c5586d2146f4326d9
/usr/lib/libdiscid.so.0
/usr/lib/libdiscid.so.0.6.2
/usr/share/doc/libdiscid
/usr/share/doc/libdiscid/AUTHORS
/usr/share/doc/libdiscid/ChangeLog
/usr/share/doc/libdiscid/README
/usr/share/licenses/libdiscid
/usr/share/licenses/libdiscid/COPYING

References

Summary

In this tutorial we learn how to install libdiscid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libdiscid on Fedora 36” linkTitle: “libdiscid” type: “docs” description: “In this tutorial we learn how to install libdiscid in Fedora 36. libdiscid is C Library for creating MusicBrainz DiscIDs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdiscid-featured.png

Introduction

In this tutorial we learn how to install libdiscid on Fedora 36.

What is libdiscid

This C library libdiscid creates MusicBrainz DiscIDs from audio CDs. It reads the table of contents (TOC) of a CD and generates an identifier which can be used to lookup the CD at MusicBrainz. Additionally, it provides a submission URL for adding the DiscID to the database.

We can use yum or dnf to install libdiscid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdiscid.

Install libdiscid on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libdiscid using dnf by running the following command:

sudo dnf -y install libdiscid

Install libdiscid on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdiscid using yum by running the following command:

sudo yum -y install libdiscid

How To Uninstall libdiscid on Fedora 36

To uninstall only the libdiscid package we can use the following command:

sudo dnf remove libdiscid

libdiscid Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/3d5bc692bc7d677446696c3367e87ac1a87b8d
/usr/lib64/libdiscid.so.0
/usr/lib64/libdiscid.so.0.6.2
/usr/share/doc/libdiscid
/usr/share/doc/libdiscid/AUTHORS
/usr/share/doc/libdiscid/ChangeLog
/usr/share/doc/libdiscid/README
/usr/share/licenses/libdiscid
/usr/share/licenses/libdiscid/COPYING

References

Summary

In this tutorial we learn how to install libdiscid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).