How To Install perl-CDDB_get on Fedora 36
Introduction
In this tutorial we learn how to install perl-CDDB_get
on Fedora 36.
What is perl-CDDB_get
This module/script gets the CDDB data for an audio CD. You need a CD-ROM drive and an active Internet connection in order to do that.
We can use yum
or dnf
to install perl-CDDB_get
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CDDB_get.
Install perl-CDDB_get 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_get
using dnf
by running the following command:
sudo dnf -y install perl-CDDB_get
Install perl-CDDB_get 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_get
using yum
by running the following command:
sudo yum -y install perl-CDDB_get
How To Uninstall perl-CDDB_get on Fedora 36
To uninstall only the perl-CDDB_get
package we can use the following command:
sudo dnf remove perl-CDDB_get
perl-CDDB_get Package Contents on Fedora 36
/usr/bin/cddb.pl
/usr/share/doc/perl-CDDB_get
/usr/share/doc/perl-CDDB_get/Artistic
/usr/share/doc/perl-CDDB_get/Changes
/usr/share/doc/perl-CDDB_get/Copying
/usr/share/doc/perl-CDDB_get/DATABASE
/usr/share/doc/perl-CDDB_get/README
/usr/share/man/man3/CDDB_get.3pm.gz
/usr/share/perl5/vendor_perl/CDDB_cache.pm
/usr/share/perl5/vendor_perl/CDDB_get.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/CDDB_cache
/usr/share/perl5/vendor_perl/auto/CDDB_cache/autosplit.ix
/usr/share/perl5/vendor_perl/auto/CDDB_get
/usr/share/perl5/vendor_perl/auto/CDDB_get/autosplit.ix
References
Summary
In this tutorial we learn how to install perl-CDDB_get
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).