How To Install libcddb-devel on Fedora 36

In this tutorial we learn how to install libcddb-devel in Fedora 36. libcddb-devel is Development files for libcddb

Introduction

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

What is libcddb-devel

Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http This package contains development files (static libraries, headers) for libcddb.

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

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

sudo dnf -y install libcddb-devel

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

sudo yum -y install libcddb-devel

How To Uninstall libcddb-devel on Fedora 36

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

sudo dnf remove libcddb-devel

libcddb-devel Package Contents on Fedora 36

/usr/include/cddb
/usr/include/cddb/cddb.h
/usr/include/cddb/cddb_cmd.h
/usr/include/cddb/cddb_config.h
/usr/include/cddb/cddb_conn.h
/usr/include/cddb/cddb_disc.h
/usr/include/cddb/cddb_error.h
/usr/include/cddb/cddb_log.h
/usr/include/cddb/cddb_site.h
/usr/include/cddb/cddb_track.h
/usr/include/cddb/version.h
/usr/lib64/libcddb.so
/usr/lib64/pkgconfig/libcddb.pc

References

Summary

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


title: “How To Install libcddb-devel on Fedora 36” linkTitle: “libcddb-devel” type: “docs” description: “In this tutorial we learn how to install libcddb-devel in Fedora 36. libcddb-devel is Development files for libcddb” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcddb-devel-featured.png

Introduction

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

What is libcddb-devel

Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http This package contains development files (static libraries, headers) for libcddb.

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

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

sudo dnf -y install libcddb-devel

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

sudo yum -y install libcddb-devel

How To Uninstall libcddb-devel on Fedora 36

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

sudo dnf remove libcddb-devel

libcddb-devel Package Contents on Fedora 36

/usr/include/cddb
/usr/include/cddb/cddb.h
/usr/include/cddb/cddb_cmd.h
/usr/include/cddb/cddb_config.h
/usr/include/cddb/cddb_conn.h
/usr/include/cddb/cddb_disc.h
/usr/include/cddb/cddb_error.h
/usr/include/cddb/cddb_log.h
/usr/include/cddb/cddb_site.h
/usr/include/cddb/cddb_track.h
/usr/include/cddb/version.h
/usr/lib/libcddb.so
/usr/lib/pkgconfig/libcddb.pc

References

Summary

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