How To Install perl-MARC-Record on Fedora 36

In this tutorial we learn how to install perl-MARC-Record in Fedora 36. perl-MARC-Record is Object-oriented abstraction of MARC record handling

Introduction

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

What is perl-MARC-Record

The MARC abstraction of MARC record handling.

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

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

sudo dnf -y install perl-MARC-Record

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

sudo yum -y install perl-MARC-Record

How To Uninstall perl-MARC-Record on Fedora 36

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

sudo dnf remove perl-MARC-Record

perl-MARC-Record Package Contents on Fedora 36

/usr/bin/marcdump
/usr/share/doc/perl-MARC-Record
/usr/share/doc/perl-MARC-Record/Changes
/usr/share/doc/perl-MARC-Record/README
/usr/share/man/man1/marcdump.1.gz
/usr/share/man/man3/MARC::Batch.3pm.gz
/usr/share/man/man3/MARC::Doc::Tutorial.3pm.gz
/usr/share/man/man3/MARC::Field.3pm.gz
/usr/share/man/man3/MARC::File.3pm.gz
/usr/share/man/man3/MARC::File::Encode.3pm.gz
/usr/share/man/man3/MARC::File::MicroLIF.3pm.gz
/usr/share/man/man3/MARC::File::USMARC.3pm.gz
/usr/share/man/man3/MARC::Record.3pm.gz
/usr/share/perl5/vendor_perl/MARC
/usr/share/perl5/vendor_perl/MARC/Batch.pm
/usr/share/perl5/vendor_perl/MARC/Doc
/usr/share/perl5/vendor_perl/MARC/Doc/Tutorial.pod
/usr/share/perl5/vendor_perl/MARC/Field.pm
/usr/share/perl5/vendor_perl/MARC/File
/usr/share/perl5/vendor_perl/MARC/File.pm
/usr/share/perl5/vendor_perl/MARC/File/Encode.pm
/usr/share/perl5/vendor_perl/MARC/File/MicroLIF.pm
/usr/share/perl5/vendor_perl/MARC/File/USMARC.pm
/usr/share/perl5/vendor_perl/MARC/Record.pm

References

Summary

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