How To Install perl-CDDB on Fedora 36

In this tutorial we learn how to install perl-CDDB in Fedora 36. perl-CDDB is CDDB Perl module

Introduction

In this tutorial we learn how to install perl-CDDB on Fedora 36.

What is perl-CDDB

CDDB protocol (cddbp) servers provide compact disc information for programs that need it. This allows such programs to display disc and track titles automatically, and it provides extended information like liner notes and lyrics.

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

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

sudo dnf -y install perl-CDDB

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

sudo yum -y install perl-CDDB

How To Uninstall perl-CDDB on Fedora 36

To uninstall only the perl-CDDB package we can use the following command:

sudo dnf remove perl-CDDB

perl-CDDB Package Contents on Fedora 36

/usr/share/doc/perl-CDDB
/usr/share/doc/perl-CDDB/CHANGES
/usr/share/doc/perl-CDDB/HISTORY
/usr/share/doc/perl-CDDB/README
/usr/share/doc/perl-CDDB/eg
/usr/share/doc/perl-CDDB/eg/osx-lookup.pl
/usr/share/licenses/perl-CDDB
/usr/share/licenses/perl-CDDB/LICENSE
/usr/share/man/man3/CDDB.3pm.gz
/usr/share/perl5/vendor_perl/CDDB.pm

References

Summary

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