How To Install libcddb on Fedora 36

In this tutorial we learn how to install libcddb in Fedora 36. libcddb is Library (C API) for accessing CDDB servers

Introduction

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

What is libcddb

Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http

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

Install libcddb 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 libcddb using dnf by running the following command:

sudo dnf -y install libcddb

Install libcddb 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 libcddb using yum by running the following command:

sudo yum -y install libcddb

How To Uninstall libcddb on Fedora 36

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

sudo dnf remove libcddb

libcddb Package Contents on Fedora 36

/usr/bin/cddb_query
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/c99f064db78617ea9241c6b89950a75067269c
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/469f1b1b51e187ca9e6c664a3c51888d70f3ab
/usr/lib/libcddb.so.2
/usr/lib/libcddb.so.2.2.3
/usr/share/doc/libcddb
/usr/share/doc/libcddb/AUTHORS
/usr/share/doc/libcddb/ChangeLog
/usr/share/doc/libcddb/NEWS
/usr/share/doc/libcddb/README
/usr/share/doc/libcddb/THANKS
/usr/share/doc/libcddb/TODO
/usr/share/licenses/libcddb
/usr/share/licenses/libcddb/COPYING

References

Summary

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


title: “How To Install libcddb on Fedora 36” linkTitle: “libcddb” type: “docs” description: “In this tutorial we learn how to install libcddb in Fedora 36. libcddb is Library (C API) for accessing CDDB servers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcddb-featured.png

Introduction

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

What is libcddb

Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http

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

Install libcddb 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 libcddb using dnf by running the following command:

sudo dnf -y install libcddb

Install libcddb 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 libcddb using yum by running the following command:

sudo yum -y install libcddb

How To Uninstall libcddb on Fedora 36

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

sudo dnf remove libcddb

libcddb Package Contents on Fedora 36

/usr/bin/cddb_query
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/92de9bfcabdb45054d3a45f956eb0761fa7e2c
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1685d77012ba2154f4066982c7480f0b05eb32
/usr/lib64/libcddb.so.2
/usr/lib64/libcddb.so.2.2.3
/usr/share/doc/libcddb
/usr/share/doc/libcddb/AUTHORS
/usr/share/doc/libcddb/ChangeLog
/usr/share/doc/libcddb/NEWS
/usr/share/doc/libcddb/README
/usr/share/doc/libcddb/THANKS
/usr/share/doc/libcddb/TODO
/usr/share/licenses/libcddb
/usr/share/licenses/libcddb/COPYING

References

Summary

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