How To Install cdcollect on Fedora 36

In this tutorial we learn how to install cdcollect in Fedora 36. cdcollect is Simple CD/DVD catalog for GNOME

Introduction

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

What is cdcollect

CDCollect is a simple CD/DVD catalog for GNOME written in C# using Mono and GTK#. All data are stored in a sqlite database.

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

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

sudo dnf -y install cdcollect

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

sudo yum -y install cdcollect

How To Uninstall cdcollect on Fedora 36

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

sudo dnf remove cdcollect

cdcollect Package Contents on Fedora 36

/etc/gconf/schemas/cdcollect.schemas
/usr/bin/cdcollect
/usr/lib64/cdcollect
/usr/lib64/cdcollect/cdcollect.exe
/usr/share/applications/cdcollect.desktop
/usr/share/doc/cdcollect
/usr/share/doc/cdcollect/AUTHORS
/usr/share/doc/cdcollect/ChangeLog
/usr/share/doc/cdcollect/README
/usr/share/doc/cdcollect/TODO
/usr/share/licenses/cdcollect
/usr/share/licenses/cdcollect/COPYING
/usr/share/locale/cs/LC_MESSAGES/cdcollect.mo
/usr/share/locale/es/LC_MESSAGES/cdcollect.mo
/usr/share/pixmaps/cdcollect.png

References

Summary

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