How To Install perl-MusicBrainz-DiscID on Fedora 36

In this tutorial we learn how to install perl-MusicBrainz-DiscID in Fedora 36. perl-MusicBrainz-DiscID is Perl interface for the MusicBrainz libdiscid library

Introduction

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

What is perl-MusicBrainz-DiscID

MusicBrainz audio CD in the drive. The coding style is slightly different to the C interface to libdiscid, because it makes use of perl’s Object Oriented functionality.

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

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

sudo dnf -y install perl-MusicBrainz-DiscID

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

sudo yum -y install perl-MusicBrainz-DiscID

How To Uninstall perl-MusicBrainz-DiscID on Fedora 36

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

sudo dnf remove perl-MusicBrainz-DiscID

perl-MusicBrainz-DiscID Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/55e84ccd728ae4dbab71558e1092c01d82f364
/usr/lib64/perl5/vendor_perl/MusicBrainz
/usr/lib64/perl5/vendor_perl/MusicBrainz/DiscID.pm
/usr/lib64/perl5/vendor_perl/auto/MusicBrainz
/usr/lib64/perl5/vendor_perl/auto/MusicBrainz/DiscID
/usr/lib64/perl5/vendor_perl/auto/MusicBrainz/DiscID/DiscID.so
/usr/share/doc/perl-MusicBrainz-DiscID
/usr/share/doc/perl-MusicBrainz-DiscID/Changes
/usr/share/doc/perl-MusicBrainz-DiscID/README.md
/usr/share/man/man3/MusicBrainz::DiscID.3pm.gz

References

Summary

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