How To Install libkcddb on Fedora 36
Introduction
In this tutorial we learn how to install libkcddb on Fedora 36.
What is libkcddb
KDE4 CDDB retrieval library.
We can use yum or dnf to install libkcddb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkcddb.
Install libkcddb 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 libkcddb using dnf by running the following command:
sudo dnf -y install libkcddb
Install libkcddb 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 libkcddb using yum by running the following command:
sudo yum -y install libkcddb
How To Uninstall libkcddb on Fedora 36
To uninstall only the libkcddb package we can use the following command:
sudo dnf remove libkcddb
libkcddb Package Contents on Fedora 36
---
title: "How To Install libkcddb on Fedora 36"
linkTitle: "libkcddb"
type: "docs"
description: "In this tutorial we learn how to install libkcddb in Fedora 36. libkcddb is KDE4 CDDB retrieval library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libkcddb-featured.png
---
## Introduction
In this tutorial we learn how to install `libkcddb` on Fedora 36.
### What is `libkcddb`
> KDE4 CDDB retrieval library.
We can use `yum` or `dnf` to install `libkcddb` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkcddb.
## Install libkcddb on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libkcddb using dnf by running the following command:
sudo dnf -y install libkcddb
Install libkcddb 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 libkcddb using yum by running the following command:
/usr/lib/.build-id /usr/lib/.build-id/db /usr/lib/.build-id/db/077bea71a177e688e436e9fe033990ebec9241 /usr/lib/.build-id/ed /usr/lib/.build-id/ed/add206a1e27e640a03dafaff0dbd8a74885cfe /usr/lib64/kde4/kcm_cddb.so /usr/lib64/libkcddb.so.4 /usr/lib64/libkcddb.so.4.14.38 /usr/share/config.kcfg/libkcddb.kcfg /usr/share/kde4/services/libkcddb.desktop /usr/share/licenses/libkcddb /usr/share/licenses/libkcddb/COPYING /usr/share/licenses/libkcddb/COPYING.LIB
sudo yum -y install libkcddb
How To Uninstall libkcddb on Fedora 36
To uninstall only the libkcddb package we can use the following command:
sudo dnf remove libkcddb
libkcddb Package Contents on Fedora 36
```bash
## References
* [libkcddb website](https://cgit.kde.org/libkcddb.git)
## Summary
In this tutorial we learn how to install `libkcddb` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/77a347d038394f9df261c6478d4855eb5ba7dc
/usr/lib/.build-id/db
/usr/lib/.build-id/db/a371da9b022275afcae065663d22a8f3b8c097
/usr/lib/kde4/kcm_cddb.so
/usr/lib/libkcddb.so.4
/usr/lib/libkcddb.so.4.14.38
/usr/share/config.kcfg/libkcddb.kcfg
/usr/share/kde4/services/libkcddb.desktop
/usr/share/licenses/libkcddb
/usr/share/licenses/libkcddb/COPYING
/usr/share/licenses/libkcddb/COPYING.LIB
References
Summary
In this tutorial we learn how to install libkcddb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).